|
PEBL 2.2
Psychology Experiment Building Language - Cross-platform psychological experiment development system
|
#include <jsmn.h>
Public Attributes | |
| 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 84 of file jsmn.h.
Referenced by jsmn_init(), and jsmn_parse().
| unsigned int jsmn_parser::toknext |
Definition at line 85 of file jsmn.h.
Referenced by jsmn_init(), and jsmn_parse().
| int jsmn_parser::toksuper |
Definition at line 86 of file jsmn.h.
Referenced by jsmn_init(), and jsmn_parse().