Module | Source File | Description |
---|---|---|
json_file_module | json_file_module.F90 | Higher-level json_file interface for the json_value type. |
json_kinds | json_kinds.F90 | JSON-Fortran kind definitions. |
json_module | json_module.F90 | A Fortran 2008 JSON (JavaScript Object Notation) API. |
json_parameters | json_parameters.F90 | Other parameters used by JSON-Fortran. This is a low-level module not meant to be used by a JSON-Fortran user. |
json_string_utilities | json_string_utilities.F90 | JSON-Fortran support module for string manipulation. |
json_value_module | json_value_module.F90 | This module provides a low-level interface for manipulation of JSON data. The two public entities are json_value, and json_core. The json_file_module provides a higher-level interface to some of these routines. |