AT&T ECOMP Vendor Event Listener library  0.1
Data Fields
jsmn_parser Struct Reference

JSON parser. More...

#include <jsmn.h>

Data Fields

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

Field Documentation

§ pos

unsigned int jsmn_parser::pos

Definition at line 55 of file jsmn.h.

§ toknext

unsigned int jsmn_parser::toknext

Definition at line 56 of file jsmn.h.

§ toksuper

int jsmn_parser::toksuper

Definition at line 57 of file jsmn.h.


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