Lines Matching refs:is
7 Tencent is pleased to support the open source community by making RapidJSON available.
32 RapidJSON is a JSON parser and generator for C++. It was inspired by [RapidXml](http://rapidxml.sou…
34 * RapidJSON is small but complete. It supports both SAX and DOM style API. The SAX parser is only a…
36 * RapidJSON is fast. Its performance can be comparable to `strlen()`. It also optionally supports S…
38 * RapidJSON is self-contained. It does not depend on external libraries such as BOOST. It even does…
40 * RapidJSON is memory friendly. Each JSON value occupies exactly 16/20 bytes for most 32/64-bit mac…
42 * RapidJSON is Unicode friendly. It supports UTF-8, UTF-16, UTF-32 (LE & BE), and their detection, …
46 JSON(JavaScript Object Notation) is a light-weight data exchange format. RapidJSON should be in ful…
53 RapidJSON is cross-platform. Some platform/compiler combinations which have been tested are shown a…
63 RapidJSON is a header-only C++ library. Just copy the `include/rapidjson` folder to system or proje…
83 It is possible to install library system-wide by running `make install` command
85 according to system preferences. Once RapidJSON is installed, it is possible