Dumb-ways-to-memorize
2D game
|
#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 |
Definition at line 55 of file jsmn.h.
Referenced by jsmn_init(), jsmn_parse(), jsmn_parse_primitive(), and jsmn_parse_string().
unsigned int jsmn_parser::toknext |
Definition at line 56 of file jsmn.h.
Referenced by jsmn_alloc_token(), jsmn_init(), and jsmn_parse().
int jsmn_parser::toksuper |
Definition at line 57 of file jsmn.h.
Referenced by jsmn_init(), jsmn_parse(), jsmn_parse_primitive(), and jsmn_parse_string().