Dumb-ways-to-memorize
2D game
Data Fields
jsmntok_t Struct Reference

#include <jsmn.h>

Data Fields

jsmntype_t type
 
int start
 
int end
 
int size
 

Detailed Description

JSON token description.

Parameters
typetype (object, array, string etc.)
startstart position in JSON data string
endend position in JSON data string

Definition at line 40 of file jsmn.h.

Field Documentation

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().


The documentation for this struct was generated from the following file: