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

JSON parser. More...

#include <jsmn.h>

Public Attributes

unsigned int pos
unsigned int toknext
int toksuper

Detailed Description

JSON parser.

Contains an array of token blocks available. Also stores the string being parsed now and current position in that string

Definition at line 65 of file jsmn.h.

Member Data Documentation

◆ pos

unsigned int jsmn_parser::pos

Definition at line 66 of file jsmn.h.

Referenced by jsmn_init(), jsmn_parse(), jsmn_parse_primitive(), and jsmn_parse_string().

◆ toknext

unsigned int jsmn_parser::toknext

Definition at line 67 of file jsmn.h.

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

◆ toksuper

int jsmn_parser::toksuper

Definition at line 68 of file jsmn.h.

Referenced by jsmn_init(), jsmn_parse(), jsmn_parse_primitive(), and jsmn_parse_string().


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