yumapro
24.10-2
YumaPro SDK
|
JSON input stream parser module. More...
Go to the source code of this file.
Functions | |
status_t | json_parse_top_identifier (ses_cb_t *scb, xml_msg_hdr_t *msg, obj_template_t *obj, const xmlChar **modname, const xmlChar **name, xmlChar **tempbuff) |
Parse a top-level JSON object;. More... | |
status_t | json_parse_text (ses_cb_t *scb, xml_msg_hdr_t *msg, obj_template_t *obj, dlq_hdr_t *returnQ) |
Parse token chain representing JSON Text. More... | |
status_t | json_parse_buffer (xmlChar *buff, obj_template_t *obj, dlq_hdr_t *returnQ) |
Parse buffer of JSON into val_value_t structs. More... | |
JSON input stream parser module.