Skip to content

Instantly share code, notes, and snippets.

@ueliwechsler
Last active June 21, 2018 07:49
Show Gist options
  • Select an option

  • Save ueliwechsler/dafc41cdb6bf549bf8f5530bfe13ad3f to your computer and use it in GitHub Desktop.

Select an option

Save ueliwechsler/dafc41cdb6bf549bf8f5530bfe13ad3f to your computer and use it in GitHub Desktop.
Julia: read .json to strict #Julia, #JSON
using JSON
file = normpath(joinpath(@__DIR__,"..\\dsl\\historic_query.json"))
dict = open(file, "r") do f
dict = JSON.parse(f)
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment