Derived Types

TypeLocationExtendsDescription
json_core json_value_module None

To access the core routines for manipulation of json_value pointer variables. This class allows for thread safe use of the module.

Read more…
json_file json_file_module None

The json_file is the main public class that is used to open a file and get data from it.

Read more…
json_value json_value_module None

Type used to construct the linked-list JSON structure. Normally, this should always be a pointer variable. This type should only be used by an instance of json_core.

Read more…