Teonet library  0.4.7
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
jsmn_parser Struct Reference

JSON parser. More...

#include <jsmn.h>

Data Fields

unsigned int pos
 
unsigned int toknext
 
int toksuper
 

Detailed Description

JSON parser.

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

Field Documentation

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().


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