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
An easy-to-use API for reading and writing JSON files, written in
@@ -20,7 +20,7 @@ Download
20
20
21
21
Download the official versioned releases [here](https://github.com/jacobwilliams/json-fortran/releases). Or, get the latest development code from the master branch [here](https://github.com/jacobwilliams/json-fortran.git).
22
22
23
-
Building the Library
23
+
Building the library
24
24
--------------------
25
25
26
26
The code requires a Fortran compiler that supports
@@ -217,12 +217,10 @@ License
217
217
218
218
The json-fortran sourcecode and related files and documentation are distributed under a permissive free software license (BSD-style). See the [LICENSE](https://raw.githubusercontent.com/jacobwilliams/json-fortran/master/LICENSE) file for more details.
219
219
220
-
Other Comments
220
+
Miscellaneous
221
221
---------------
222
222
223
-
This code is a fork and extensive upgrade of the Fortran 95 [FSON](https://github.com/josephalevin/fson) code. It
224
-
includes many features that the original code did not have, and fixes many of that code's bugs.
225
-
226
-
More About JSON
227
-
------------
228
-
For more information about JSON, see: <http://www.json.org/>
223
+
* This code is a fork and extensive upgrade of the Fortran 95 [FSON](https://github.com/josephalevin/fson) code. The reason for the split was to be able to incorporate object-oriented and other nice features of the Fortran 2003 and 2008 standards. Many thanks to the original authors of FSON.
224
+
* For more information about JSON, see: <http://www.json.org/>
225
+
*[json-fortran on Travis CI](https://travis-ci.org/jacobwilliams/json-fortran)
226
+
*[json-fortran on Waffle.IO](https://waffle.io/jacobwilliams/json-fortran)
0 commit comments