Teonet library  0.4.7
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
jsmntok_t Struct Reference

JSON token description. More...

#include <jsmn.h>

Data Fields

jsmntype_t type
 
int start
 
int end
 
int size
 

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

Field Documentation

int jsmntok_t::end

Referenced by jsmn_parse(), and main().

int jsmntok_t::size

Referenced by jsmn_parse(), and main().

int jsmntok_t::start

Referenced by jsmn_parse(), and main().

jsmntype_t jsmntok_t::type

Referenced by jsmn_parse().


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