C-based memory friendly JSON parser based on Serge Zaitsev's JSMN (https://bitbucket.org/zserge/jsmn/wiki/Home)

Dependents:   _library_jsmn _library_jsmn _library_jsmn

Embed: (wiki syntax)

« Back to documentation index

jsmntok_t Struct Reference

jsmntok_t Struct Reference

jsmntok_t - JSON token structure. More...

#include <jsmn.h>


Detailed Description

jsmntok_t - JSON token structure.

It is a c structure that contained parsed JSON token.

Parameters:
typetype (primitive, object, array, string)
startstart position in JSON data string, excl " if is a string @param end end position in JSON data string, incl " if is a string
sizenumber of token directly under it
parentlink to its direct parent token number

Definition at line 163 of file jsmn.h.