|
Barracuda Application Server C/C++ Reference
Native APIs, integration guides, and platform interfaces
|
The JSON parser parses a JSON stream and calls the JParserIntf callback interface for each parsed object/primitive type.
#include <JParser.h>
Public Member Functions | |
| JParser (JParserIntf *intf, char *nameBuf, int namebufSize, AllocatorIntf *alloc, int extraStackLen=0) | |
| Create a JSON parser object. More... | |
| int | parse (const U8 *buf, U32 size) |
| Feed or resume parsing a top-level JSON object or array. More... | |
| ~JParser () | |
| Free internal assembly storage. More... | |
| JParsStat | getStatus () |
| Inspect the last parser result without changing state. More... | |