CX Framework
Cross-platform C utility framework
Loading...
Searching...
No Matches
jsonparse.h File Reference

JSON parsing interface. More...

Go to the source code of this file.

Typedefs

typedef void(* jsonParseCB) (JSONParseEvent *ev, void *userdata)
 

Functions

bool jsonParse (StreamBuffer *sb, jsonParseCB callback, void *userdata)
 
SSDNode * jsonParseTree (StreamBuffer *sb)
 
SSDNode * jsonParseTreeCustom (StreamBuffer *sb, SSDTree *tree)
 
SSDNode * jsonTreeFromString (strref str)
 

Detailed Description

JSON parsing interface.

Definition in file jsonparse.h.