CMSDK 2.0.1
Cross-platform C++ base library and SDK for the Psyclone AIOS platform
Loading...
Searching...
No Matches
jsmntok_t Struct Reference

JSON token description. More...

#include <jsmn.h>

Public Attributes

jsmntype_t type
int start
int end
int size
int parent

Detailed Description

JSON token description.

Parameters
typetype (object, array, string etc.)
startstart position in JSON data string
endend position in JSON data string

Definition at line 51 of file jsmn.h.

Member Data Documentation

◆ end

int jsmntok_t::end

◆ parent

int jsmntok_t::parent

◆ size

int jsmntok_t::size

Definition at line 55 of file jsmn.h.

Referenced by jsmn_alloc_token(), jsmn_fill_token(), and jsmn_parse().

◆ start

int jsmntok_t::start

◆ type

jsmntype_t jsmntok_t::type

Definition at line 52 of file jsmn.h.

Referenced by jsmn_fill_token(), and jsmn_parse().


The documentation for this struct was generated from the following file:
  • /home/ubuntu/c/partner/psyclone2/CMSDK/include/jsmn.h