We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e37cbc commit 6e77eb9Copy full SHA for 6e77eb9
README.md
@@ -30,7 +30,7 @@ Reading a JSON file and getting data from it is fairly straightforward. Here is
30
! print the file to the console
31
call json%print_file()
32
33
- ! extract data from the parsed value
+ ! extract data from the file
34
! [found can be used to check if the data was really there]
35
call json%get('version.major', i, found)
36
call json%get('version.minor', j, found)
0 commit comments