Fortran Program

project: JSON-Fortran preprocessor: gfortran -E favicon: ./media/json-fortran-32x32.png project_dir: ./src output_dir: ./doc media_dir: ./media project_github: https://github.com/jacobwilliams/json-fortran project_download: https://github.com/jacobwilliams/json-fortran/releases/latest summary: JSON-Fortran -- A Fortran 2008 JSON API author: Jacob Williams github: https://github.com/jacobwilliams website: http://degenerateconic.com twitter: https://twitter.com/degenerateconic predocmark_alt: > predocmark: < docmark_alt: docmark: ! display: public protected private source: true graph: true coloured_edges: true print_creation_date: true creation_date: %Y-%m-%d %H:%M %z exclude_dir: tests extra_mods: iso_fortran_env:https://gcc.gnu.org/onlinedocs/gfortran/ISO_005fFORTRAN_005fENV.html md_extensions: markdown.extensions.toc(anchorlink=False) markdown.extensions.smarty(smart_quotes=False)



[TOC]

Brief description

A user-friendly, thread-safe, and object-oriented API for reading and writing JSON files, written in modern Fortran.

License

The JSON-Fortran source code and related files and documentation are distributed under a permissive free software license (BSD-style). See the LICENSE file for more details.

Official Releases

The current stable release is 5.0.2 and can be downloaded on GitHub or installed with Homebrew on Mac OSX. The documentation for the current version, 5.0.2, can be found here1, and a list of changes from the previous version are here.

A list of all past releases, links to their documentation, and the change log can be found on the releases page.

Miscellaneous


  1. Documentation for a particular release does not contain links back to general documentation; use the browser's back button to navigate back to http://jacobwilliams.github.io/json-fortran/