JsonParserGeneratorRK
|
JSON parser. More...
#include <JsonParserGeneratorRK.h>
Data Fields | |
unsigned int | pos |
offset in the JSON string | |
unsigned int | toknext |
next token to allocate | |
int | toksuper |
superior token node, e.g parent object or array | |
JSON parser.
Contains an array of token blocks available. Also stores the string being parsed now and current position in that string.