Lines Matching refs:example
13 For example, here is a JSON.
53 … event parameters need further explanation. Let's see the `simplereader` example which produces ex…
98 As the previous example showed, user needs to implement a handler, which consumes the events (funct…
132 For example, when we parse a JSON with `Reader` and the handler detected that the JSON does not con…
151 …oding means the encoding of the `str` parameter in `String()` calls. For example, to parse a UTF-8…
182 In `simplewriter` example, we do exactly the reverse of `simplereader`.
224 …n handle string with null characters. Another one is the simpler version used in the above example.
226 Note that, the example code does not pass any parameters in `EndArray()` and `EndObject()`. An `Siz…
288 In the following `messagereader` example, `ParseMessages()` parses a JSON which should be an object…
395 …eader`. `condense` example simply set a `Writer` as handler of a `Reader`, so it can remove all wh…
397 …) to filter the contents of JSON via these SAX-style API. For example, `capitalize` example capita…
460 Note that, it is incorrect to simply capitalize the JSON as a string. For example: