|
|
Home | Loader API | Interfaces | File List | Index | |
P6R's C++ Interface of a SAX-like JSON Reader. More...
#include "p6err.h"
#include "p6jsonerrorhandler.h"
#include "p6jsoncontenthandler.h"
Go to the source code of this file.
Classes | |
interface | P6R::p6IJSONReader |
This is the main JSON interface. More... | |
Defines | |
#define | COMP_p6JSONReader {0x90e09ea2,0x158,0x40fe,{0xa3,0x4e,0xe8,0xcb,0x19,0x9a,0xb2,0xd2}} |
#define | IF_p6IJSONReader {0x34e460b3,0x4a49,0x49a4,{0x8a,0x1a,0x3e,0x75,0xfe,0x28,0xb1,0xc1}} |
Typedefs | |
typedef P6UINT32 | P6R::P6JSONFLAGS |
P6JSONFLAGS. | |
Variables | |
const P6JSONFLAGS | P6R::P6JSON_NOFLAGS = 0x00000000 |
const P6JSONFLAGS | P6R::P6JSON_TRACEON = 0x00000001 |
P6R's C++ Interface of a SAX-like JSON Reader.
References 1) http://www.json.org/
Definition in file p6jsonreader.h.