Go to the source code of this file.
◆ main()
int main |
( |
int | , |
|
|
char * | [] ) |
Definition at line 12 of file pretty.cpp.
12 {
13
15 char readBuffer[65536];
17
18
19 char writeBuffer[65536];
22
23
26 return 1;
27 }
28
29 return 0;
30}
File byte stream for input using fread().
Wrapper of C file stream for output using fwrite().
ParseResult Parse(InputStream &is, Handler &handler)
Parse JSON text.
ParseErrorCode GetParseErrorCode() const
Get the ParseErrorCode of last parsing.
size_t GetErrorOffset() const
Get the position of last parsing error in input, 0 otherwise.
Writer with indentation and spacing.
RAPIDJSON_NAMESPACE_BEGIN const RAPIDJSON_ERROR_CHARTYPE * GetParseError_En(ParseErrorCode parseErrorCode)
Maps error code of parsing into error message.
@ kParseValidateEncodingFlag
Validate encoding of JSON strings.