Simple JSON  0.1
A free simple json library for C
jsParse Struct Reference

structure keeps track of the buffer being parsed and the position last used More...

Public Attributes

char * buffer
 
char * position
 
char * end
 

Detailed Description

structure keeps track of the buffer being parsed and the position last used

Definition at line 13 of file simple_json_parse.c.

Member Data Documentation

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.


The documentation for this struct was generated from the following file: