|
CX Framework
Cross-platform C utility framework
|
JSON parsing interface. More...
#include <cx/serialize/jsoncommon.h>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) |
JSON parsing interface.
Definition in file jsonparse.h.