libschc
Public Attributes | List of all members
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

Member Data Documentation

◆ pos

unsigned int jsmn_parser::pos

◆ toknext

unsigned int jsmn_parser::toknext

◆ toksuper

int jsmn_parser::toksuper

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