yumapro  23.10T-7
YumaPro SDK
Loading...
Searching...
No Matches
json_parse.h File Reference

JSON input stream parser module. More...

#include "obj.h"
#include "ses.h"
#include "status.h"
#include "xml_msg.h"
Include dependency graph for json_parse.h:
This graph shows which files directly or indirectly include this file:

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...
 

Detailed Description

JSON input stream parser module.