Simple JSON
0.1
A free simple json library for C
|
structure keeps track of the buffer being parsed and the position last used More...
Public Attributes | |
char * | buffer |
char * | position |
char * | end |
structure keeps track of the buffer being parsed and the position last used
Definition at line 13 of file simple_json_parse.c.
char* jsParse::buffer |
the buffer being parsed
Definition at line 15 of file simple_json_parse.c.
char* jsParse::end |
the last position to prevent over seek
Definition at line 17 of file simple_json_parse.c.
char* jsParse::position |
the current position being parsed
Definition at line 16 of file simple_json_parse.c.