YAZ 5.37.0
json_parser_s Struct Reference

Data Fields

const char * buf
const char * cp
const char * err_msg
int parse_level
int max_level
struct json_subst_infosubst

Detailed Description

Definition at line 29 of file json.c.

Field Documentation

◆ buf

const char* json_parser_s::buf

Definition at line 30 of file json.c.

Referenced by json_parser_create(), json_parser_get_position(), and json_parser_parse().

◆ cp

◆ err_msg

◆ max_level

int json_parser_s::max_level

Definition at line 34 of file json.c.

Referenced by json_parse_array(), json_parse_object(), and json_parser_parse().

◆ parse_level

int json_parser_s::parse_level

Definition at line 33 of file json.c.

Referenced by json_parse_array(), json_parse_object(), and json_parser_parse().

◆ subst

struct json_subst_info* json_parser_s::subst

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