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.