|
CMSDK 2.0.1
Cross-platform C++ base library and SDK for the Psyclone AIOS platform
|
JSON token description. More...
#include <jsmn.h>
Public Attributes | |
| jsmntype_t | type |
| int | start |
| int | end |
| int | size |
| int | parent |
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 54 of file jsmn.h.
Referenced by GetJSONChildValue(), GetJSONValue(), GetJSONValue(), jsmn_alloc_token(), jsmn_fill_token(), and jsmn_parse().
| int jsmntok_t::parent |
Definition at line 57 of file jsmn.h.
Referenced by GetJSONTokenLevel(), jsmn_alloc_token(), jsmn_parse(), jsmn_parse_primitive(), and jsmn_parse_string().
| int jsmntok_t::size |
Definition at line 55 of file jsmn.h.
Referenced by jsmn_alloc_token(), jsmn_fill_token(), and jsmn_parse().
| int jsmntok_t::start |
Definition at line 53 of file jsmn.h.
Referenced by GetJSONChildValue(), GetJSONValue(), GetJSONValue(), jsmn_alloc_token(), jsmn_fill_token(), and jsmn_parse().
| jsmntype_t jsmntok_t::type |
Definition at line 52 of file jsmn.h.
Referenced by jsmn_fill_token(), and jsmn_parse().