Go to the source code of this file.
|
| int | main (int argc, char *argv[]) |
| |
◆ main()
| int main |
( |
int |
argc, |
|
|
char * |
argv[] |
|
) |
| |
Definition at line 140 of file filterkeydom.cpp.
142 fprintf(stderr,
"filterkeydom key < input.json > output.json\n");
147 char readBuffer[65536];
163 char writeBuffer[65536];
168 document.Accept(writer);
ParseErrorCode Code() const
Get the error code.
GenericDocument & Populate(Generator &g)
Populate this document by a generator which produces SAX events.
File byte stream for input using fread().
RAPIDJSON_NAMESPACE_BEGIN const RAPIDJSON_ERROR_CHARTYPE * GetParseError_En(ParseErrorCode parseErrorCode)
Maps error code of parsing into error message.
Result of parsing (wraps ParseErrorCode)
Wrapper of C file stream for output using fwrite().
size_t Offset() const
Get the error offset, if IsError(), 0 otherwise.