Bringing TOML blooms to JSON land - JSON parser and serializer for Fortran
Find us on…
This is the API documentation for Jonquil, a JSON parser and serializer for Fortran built on top of TOML Fortran.
The main entry point is the jonquil module, which re-exports all public APIs:
use jonquil
json_load / json_loads - Parse JSON from files or stringsjson_dump / json_dumps - Serialize data structures to JSONget_value / set_value - Access and modify values in JSON objectsjson_object - A JSON object (key-value mapping)json_array - A JSON arrayjson_value - Base type for all JSON valuesjson_error - Error information from parsingFor usage examples and tutorials, see the TOML Fortran documentation.