enum json_error json_saxy_parse ( struct json_saxy_parser_status jsps,
struct json_saxy_functions jsf,
char  c 
)

Function to perform a SAX-like parsing of any JSON document or document fragment that is passed to it

Parameters:
jsps a structure holding the status information of the current parser
jsf a structure holding the function pointers to the event functions
c the character to be parsed
Returns:
a json_error code informing how the parsing went

Definition at line 2363 of file json.c.


Generated on Mon Mar 26 07:00:51 2018 for JSOC_Documentation by  doxygen 1.5.7.1