#include <json_tokener.h>
Public Attributes | |
int | char_offset |
int | depth |
enum json_tokener_error | err |
int | is_double |
struct printbuf * | pb |
char | quote_char |
int | st_pos |
struct json_tokener_srec | stack [JSON_TOKENER_MAX_DEPTH] |
char * | str |
unsigned int | ucs_char |
Definition at line 69 of file json_tokener.h.
Definition at line 73 of file json_tokener.h.
Definition at line 73 of file json_tokener.h.
Definition at line 74 of file json_tokener.h.
Definition at line 73 of file json_tokener.h.
struct printbuf* json_tokener::pb |
Definition at line 72 of file json_tokener.h.
Definition at line 76 of file json_tokener.h.
Definition at line 73 of file json_tokener.h.
Definition at line 77 of file json_tokener.h.
char* json_tokener::str |
Definition at line 71 of file json_tokener.h.
unsigned int json_tokener::ucs_char |
Definition at line 75 of file json_tokener.h.