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

jsmn_parser Struct Reference

jsmn_parser Struct Reference

JSON parser - JSON parser structure. More...

#include <jsmn.h>


Detailed Description

JSON parser - JSON parser structure.

Contains an array of token blocks available. Also stores the string being parsed now and current position in that string

Definition at line 177 of file jsmn.h.