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
- Updated travis-ci badge to plastic style to match waffle.io badges
- Added badge to releases to Download subsection title
- Fixed a minor typo in example code
[](https://github.com/jacobwilliams/json-fortran/#contributing-)
An easy-to-use API for reading and writing JSON files, written in
18
18
modern Fortran. The source code is a single Fortran module file ([json_module.f90](https://github.com/jacobwilliams/json-fortran/blob/master/src/json_module.f90)).
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).
@@ -131,7 +131,7 @@ To print the JSON file (either to a file or the console), the ```print_file``` m
131
131
132
132
```fortran
133
133
call json%print_file() !prints to the console
134
-
call json%print_file(iunit) !prints to the file connnected to iunit
134
+
call json%print_file(iunit) !prints to the file connected to iunit
0 commit comments