Derived Types

TypeLocationExtendsDescription
json_corejson_value_moduleNone

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_filejson_file_moduleNone

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

Read more…
json_valuejson_value_moduleNone

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…
type~~graph~~TypeGraph type~json_file json_file type~json_core json_core type~json_file->type~json_core core type~json_value json_value type~json_file->type~json_value p type~json_value->type~json_value previous, next, parent, children, tail
Help