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 36601e4 commit efae8edCopy full SHA for efae8ed
README.md
@@ -59,7 +59,7 @@ Reading a JSON file
59
---------------
60
61
Reading a JSON file and getting data from it is fairly
62
-straightforward. Here is an example. See the json_example.f90 file
+straightforward using the ```json_file``` class. Here is an example. See the json_example.f90 file
63
for more examples.
64
65
```fortran
@@ -118,7 +118,7 @@ Building a JSON file from scratch
118
119
120
Constructing a JSON file element by element is slightly more complicated and involves the use
121
-of pointers. See the json_example.f90 file for more examples.
+of ```json_value``` pointers. See the json_example.f90 file for more examples.
122
123
124
program example2
0 commit comments