Diego Stucchi / jsmn_plus

Dependents:   jsmn_testing

Embed: (wiki syntax)

« Back to documentation index

jsmntok_t Struct Reference

jsmntok_t Struct Reference

JSON token description. More...

#include <jsmn.h>


Detailed Description

JSON token description.

type type (object, array, string etc.) start start position in JSON data string end end position in JSON data string

Definition at line 40 of file jsmn.h.