|
PEBL 2.2
Psychology Experiment Building Language - Cross-platform psychological experiment development system
|
#include <jsmn.h>
Public Attributes | |
| jsmntype_t | type |
| int | start |
| int | end |
| int | size |
JSON token description. type type (object, array, string etc.) start start position in JSON data string end end position in JSON data string
| int jsmntok_t::end |
Definition at line 72 of file jsmn.h.
Referenced by jsmn_parse().
| int jsmntok_t::size |
Definition at line 73 of file jsmn.h.
Referenced by jsmn_parse().
| int jsmntok_t::start |
Definition at line 71 of file jsmn.h.
Referenced by PEBLUtility::ExtractJSONObject(), and jsmn_parse().
| jsmntype_t jsmntok_t::type |
Definition at line 70 of file jsmn.h.
Referenced by jsmn_parse().