Lines Matching refs:can

21 …Yes, it is free under MIT license. It can be used in commercial applications. Please check the det…
35 …pilers and CPU architecture by the community. But we cannot ensure that it can be run on your part…
61 …terchange format. It uses human readable text format. More details of JSON can be referred to [RFC…
69 …http://www.ecma-international.org/publications/standards/Ecma-404.htm). It can handle corner cases…
91 …e JSON strings directly into the input JSON. This is an optimization which can reduce memory consu…
95 …The parser generates an error when the input JSON contains invalid syntax, or a value can not be r…
99 …d offset (number of characters from the beginning of JSON). The error code can be translated into …
151 Alternatively, if we don't want to explicitly refer to the root value of `address` by name, we can
179 …Also, RapidJSON can handle `\u0000` (null character) within a string. If a string contains null ch…
187 … lose precision. A number with fraction, or an integer larger than 64-bit, can only be obtained by…
197 …tion. However, if the execution environment supports multi-threading, user can parse a JSON in a s…
211 … is called UTF-16 surrogate pair. For example, the Emoji character U+1F602 can be encoded as `\uD8…
221 …Yes, use `ASCII<>` as output encoding template parameter in `Writer` can enforce escaping those ch…
227 …User can use `FileReadStream` to read the file chunk-by-chunk. But for *in situ* parsing, the whol…
231 …Yes. User can implement a custom stream for this. Please refer to the implementation of `FileReadS…
241 …RapidJSON's `EncodedInputStream` can detect/consume BOM. `EncodedOutputStream` can optionally writ…
259 …[SIMD](http://en.wikipedia.org/wiki/SIMD) instructions can perform parallel computation in modern …
271 … applications need to process huge amount of JSONs. Being high performance can improve both latenc…