|
YAZ 5.35.1
|
Data Fields | |
| int | idx |
| struct json_subst_info * | next |
| struct json_node * | node |
| int json_subst_info::idx |
Definition at line 24 of file json.c.
Referenced by json_parse_value(), and json_parser_subst().
| struct json_subst_info* json_subst_info::next |
Definition at line 25 of file json.c.
Referenced by json_parse_value(), json_parser_destroy(), and json_parser_subst().
| struct json_node* json_subst_info::node |
Definition at line 26 of file json.c.
Referenced by json_parse_value(), and json_parser_subst().