Type | Location | Extends | Description |
---|---|---|---|
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. |
json_file | json_file_module | None | The |
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. |