Last active
June 21, 2018 07:49
-
-
Save ueliwechsler/dafc41cdb6bf549bf8f5530bfe13ad3f to your computer and use it in GitHub Desktop.
Julia: read .json to strict #Julia, #JSON
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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