Spellforce-Spell-framework
Loading...
Searching...
No Matches
jsmntok_t Struct Reference

#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 69 of file jsmn.h.

Member Data Documentation

◆ end

int jsmntok_t::end

Definition at line 72 of file jsmn.h.

◆ size

int jsmntok_t::size

Definition at line 73 of file jsmn.h.

◆ start

int jsmntok_t::start

Definition at line 71 of file jsmn.h.

◆ type

jsmntype_t jsmntok_t::type

Definition at line 70 of file jsmn.h.


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