|
|
JSON_parser_callback | callback |
| |
|
void * | ctx |
| |
|
signed char | state |
| |
|
signed char | before_comment_state |
| |
|
signed char | type |
| |
|
signed char | escaped |
| |
|
signed char | comment |
| |
|
signed char | allow_comments |
| |
|
signed char | handle_floats_manually |
| |
|
signed char | error |
| |
|
char | decimal_point |
| |
|
UTF16 | utf16_high_surrogate |
| |
|
int | current_char |
| |
|
int | depth |
| |
|
int | top |
| |
|
int | stack_capacity |
| |
|
signed char * | stack |
| |
|
char * | parse_buffer |
| |
|
size_t | parse_buffer_capacity |
| |
|
size_t | parse_buffer_count |
| |
|
signed char | static_stack [JSON_PARSER_STACK_SIZE] |
| |
|
char | static_parse_buffer [JSON_PARSER_PARSE_BUFFER_SIZE] |
| |
|
JSON_malloc_t | malloc |
| |
|
JSON_free_t | free |
| |
Definition at line 347 of file cson_amalgamation_core.c.
The documentation for this struct was generated from the following file: