ModelSpace
Documentation for ModelSpace models and classes.
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
jsmntok Struct Reference

#include <json.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

Member Data Documentation

◆ end

int jsmntok::end

◆ size

int jsmntok::size

◆ start

int jsmntok::start

◆ type

jsmntype_t jsmntok::type

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