Virgil IoT KIT
|
Object used by the JSON parser internally. More...
#include <json_parser.h>
Data Fields | |
json_parser_t | parser |
Internal JSON parser object. More... | |
char * | js |
Pointer to JSON string. More... | |
jsontok_t * | tokens |
Pointer to JSON tokens array. More... | |
jsontok_t * | cur |
Pointer to current active JSON token. More... | |
int | num_tokens |
Number of tokens available for parser. More... | |
Object used by the JSON parser internally.
This object needs to be defined by the application but all the elements will be set internally by the JSON parser. Please refer #json_parser_usage for more information.
jsontok_t* jobj_t::cur |
Pointer to current active JSON token.
char* jobj_t::js |
Pointer to JSON string.
int jobj_t::num_tokens |
Number of tokens available for parser.
json_parser_t jobj_t::parser |
Internal JSON parser object.
jsontok_t* jobj_t::tokens |
Pointer to JSON tokens array.