MeterLogger
Data Fields
jsonparse_state Struct Reference

#include <sdk/include/json/jsonparse.h>

Collaboration diagram for jsonparse_state:

Data Fields

const char * json
 
int pos
 
int len
 
int depth
 
int vstart
 
int vlen
 
char vtype
 
char error
 
char stack [JSONPARSE_MAX_DEPTH]
 

Detailed Description

Definition at line 44 of file jsonparse.h.

Field Documentation

◆ depth

int jsonparse_state::depth

Definition at line 48 of file jsonparse.h.

◆ error

char jsonparse_state::error

Definition at line 53 of file jsonparse.h.

◆ json

const char* jsonparse_state::json

Definition at line 45 of file jsonparse.h.

◆ len

int jsonparse_state::len

Definition at line 47 of file jsonparse.h.

◆ pos

int jsonparse_state::pos

Definition at line 46 of file jsonparse.h.

◆ stack

char jsonparse_state::stack[JSONPARSE_MAX_DEPTH]

Definition at line 54 of file jsonparse.h.

◆ vlen

int jsonparse_state::vlen

Definition at line 51 of file jsonparse.h.

◆ vstart

int jsonparse_state::vstart

Definition at line 50 of file jsonparse.h.

◆ vtype

char jsonparse_state::vtype

Definition at line 52 of file jsonparse.h.


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