Derived Types

TypeLocationExtendsDescription
json_filejson_moduleNone

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

json_valuejson_moduleNone

Type used to construct the linked-list JSON structure. Normally, this should always be a pointer variable.

type~~graph~~TypeGraph type~json_value json_value type~json_value->type~json_value previous, next, parent, children, tail type~json_file json_file type~json_value->type~json_file p
Help