My Project
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros
Public Attributes | List of all members
jsmntok_t Struct Reference

JSON token description. More...

#include <jsmn.h>

Public Attributes

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

Definition at line 61 of file jsmn.h.

Member Data Documentation

int jsmntok_t::end

Definition at line 64 of file jsmn.h.

int jsmntok_t::size

Definition at line 65 of file jsmn.h.

int jsmntok_t::start

Definition at line 63 of file jsmn.h.

jsmntype_t jsmntok_t::type

Definition at line 62 of file jsmn.h.


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