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
Currently three ways are provided to build the jsonfortran library
22
23
(libjsonfortran).
@@ -138,18 +139,17 @@ of pointers. See the json_example.f90 file for more examples.
138
139
end program example2
139
140
```
140
141
141
-
Other Comments
142
-
---------------
143
-
144
-
This code is a fork and extensive upgrade of the Fortran 95 [FSON](https://github.com/josephalevin/fson) code. It
145
-
includes many features that the original code did not have, and fixes
146
-
many of that code's bugs.
147
-
148
142
Documentation
149
143
--------------
150
144
151
145
The API documentation can be found [here](http://jacobwilliams.github.io/json-fortran). The documentation can also be generated by processing the source files with [RoboDoc](http://rfsber.home.xs4all.nl/Robo/). Note that both the shell script and CMake will generate these files automatically in the documentation folder, assuming you have RoboDoc installed.
152
146
147
+
Other Comments
148
+
---------------
149
+
150
+
This code is a fork and extensive upgrade of the Fortran 95 [FSON](https://github.com/josephalevin/fson) code. It
151
+
includes many features that the original code did not have, and fixes many of that code's bugs.
152
+
153
153
More About JSON
154
154
------------
155
155
For more information about JSON, see: <http://www.json.org/>
0 commit comments