|
Dumb-ways-to-memorize
2D game
|
#include <jsmn.h>
Data Fields | |
| 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 43 of file jsmn.h.
Referenced by jsmn_alloc_token(), jsmn_fill_token(), jsmn_parse(), JsmnToString(), and ParseToObject().
| int jsmntok_t::size |
Definition at line 44 of file jsmn.h.
Referenced by FindKey(), jsmn_alloc_token(), jsmn_fill_token(), jsmn_parse(), and ParseToObject().
| int jsmntok_t::start |
Definition at line 42 of file jsmn.h.
Referenced by jsmn_alloc_token(), jsmn_fill_token(), jsmn_parse(), and JsmnToString().
| jsmntype_t jsmntok_t::type |
Definition at line 41 of file jsmn.h.
Referenced by jsmn_fill_token(), and jsmn_parse().
1.8.11