|
CX Framework
Cross-platform C utility framework
|
Common types for JSON parsing and output. More...
#include <cx/serialize/streambuf.h>Go to the source code of this file.
Data Structures | |
| struct | JSONParseContext |
| struct | JSONParseEvent |
Typedefs | |
| typedef enum JSON_PARSE_CONTEXT | JsonContextType |
| JSON parser context types. | |
| typedef enum JSON_PARSE_EVENT | JsonEventType |
| JSON parse event types. | |
| typedef struct JSONParseContext | JSONParseContext |
| typedef struct JSONParseEvent | JSONParseEvent |
Enumerations | |
| enum | JSON_PARSE_CONTEXT { JSON_Top , JSON_Object , JSON_Array } |
| JSON parser context types. More... | |
| enum | JSON_PARSE_EVENT { JSON_Parse_Unknown , JSON_Object_Begin , JSON_Object_Key , JSON_Object_End , JSON_Array_Begin , JSON_Array_End , JSON_String , JSON_Int , JSON_Float , JSON_True , JSON_False , JSON_Null , JSON_Error , JSON_End } |
| JSON parse event types. More... | |
Common types for JSON parsing and output.
Definition in file jsoncommon.h.