sajson
High-Performance JSON Parser
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 123]
 NsajsonSajson Public API
 Ninternal
 Callocated_buffer
 Cglobals_struct
 Cobject_key_comparator
 Cobject_key_record
 Cownership
 Cbounded_allocationAllocation policy that attempts to fit the parsed AST into an existing memory buffer
 CdocumentRepresents the result of a JSON parse: either is_valid() and the document contains a root value or parse error information is available
 Cdynamic_allocationAllocation policy that uses dynamically-growing buffers for both the parse stack and the AST
 CliteralA convenient way to parse JSON from a string literal
 Cmutable_string_viewA pointer to a mutable buffer, its size in bytes, and strong ownership of any copied memory
 Csingle_allocationAllocation policy that allocates one large buffer guaranteed to hold the resulting AST
 CstringA simple type encoding a pointer to some memory and a length (in bytes)
 CvalueRepresents a JSON value