You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, is there a reason why JSON.printfile(filename::String, dictionary_object) does not exist? Like an analog of JSON.parsefile?
If not, would it be a simple matter of adding in a one liner in the package like JSON.printfile(fname, dict) = open(io -> JSON.print(io, dict), "$fname.json", "w")?
The text was updated successfully, but these errors were encountered:
Hi, is there a reason why
JSON.printfile(filename::String, dictionary_object)
does not exist? Like an analog ofJSON.parsefile
?If not, would it be a simple matter of adding in a one liner in the package like
JSON.printfile(fname, dict) = open(io -> JSON.print(io, dict), "$fname.json", "w")
?The text was updated successfully, but these errors were encountered: