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
Copy file name to clipboardExpand all lines: README.md
+6-2Lines changed: 6 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -141,11 +141,15 @@ of pointers. See the json_example.f90 file for more examples.
141
141
Other Comments
142
142
---------------
143
143
144
-
This code is a fork and extensive upgrade of the Fortran 95 FSON code
145
-
that can be found at: <https://github.com/josephalevin/fson>. It
144
+
This code is a fork and extensive upgrade of the Fortran 95 [FSON](https://github.com/josephalevin/fson) code. It
146
145
includes many features that the original code did not have, and fixes
147
146
many of that code's bugs.
148
147
148
+
Documentation
149
+
--------------
150
+
151
+
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/).
152
+
149
153
More About JSON
150
154
------------
151
155
For more information about JSON, see: <http://www.json.org/>
0 commit comments