Classes
SAX-style JSON parser. Use Reader for
UTF8 encoding and default allocator.
More...
Namespaces
Macros
#define
Z16 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
Typedefs
typedef GenericReader< UTF8<> >
Reader
Reader with
UTF8 encoding and default allocator.
More...
Enumerations
Functions
template<typename Stream >
void (Stream &stream)
Skip the JSON white spaces in a stream.
More...
Macro Definition Documentation
#define RAPIDJSON_PARSE_ERROR
(
msg,
offset
)
Value:RAPIDJSON_MULTILINEMACRO_BEGIN \
parseError_ = msg; \
errorOffset_ = offset; \
#define RAPIDJSON_MULTILINEMACRO_END
Definition: rapidjson.h:87
#define RAPIDJSON_PUT
(
x )
Value:do { \
s.Put(x); \
else { \
*stack_.template Push<Ch>() = x; \
++len; \
} \
} while(false)
In-situ(destructive) parsing.
Definition: reader.h:40
#define Z16 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0