JsonParserGeneratorRK
Data Fields
JsonParserGeneratorRK::jsmn_parser Struct Reference

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
 

Detailed Description

JSON parser.

Contains an array of token blocks available. Also stores the string being parsed now and current position in that string.


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