Teonet library
0.4.7
|
JSON parser. More...
#include <jsmn.h>
Data Fields | |
unsigned int | pos |
unsigned int | toknext |
int | toksuper |
JSON parser.
Contains an array of token blocks available. Also stores the string being parsed now and current position in that string
unsigned int jsmn_parser::pos |
Referenced by jsmn_init(), and jsmn_parse().
unsigned int jsmn_parser::toknext |
Referenced by jsmn_init(), jsmn_parse(), and main().
int jsmn_parser::toksuper |
Referenced by jsmn_init(), and jsmn_parse().