Lines Matching refs:with
53 These events can be easily matched with the JSON, except some event parameters need further explana…
94 …cally bind the `Reader` type and the handler type, instead of using class with virtual functions. …
132 …with `Reader` and the handler detected that the JSON does not conform to the required schema, then…
169 // with parseFlags = kDefaultParseFlags
180 …o use `Writer` directly, instead of building a `Document` and then stringifying it with a `Writer`.
224 …rloads. One is the same as defined in handler concept with 3 parameters. It can handle string with…
278 …er::Reset(OutputStream& os)` to reset all internal states of the `Writer` with a new output stream.
288 …gereader` example, `ParseMessages()` parses a JSON which should be an object with key-string pairs.
369 cout << endl << "Parse a JSON with invalid schema." << endl;
383 Parse a JSON with invalid schema.
395 …ng `Writer` by `PrettyWriter`. So `pretty` can be used to reformat a JSON with indentation and lin…