This website uses cookies
We use cookies to continuously improve your experience on our site. More info.
Library, which helps in writing json and reading a json file using cpp. A fast JSON parser/generator for C++ with both SAX/DOM style API. RapidJSON borrowed some designs of RapidXML, including in situ parsing, header-only library. But the two APIs are completely different
First released | 2015 |
Developed by | Tencent company, Milo Yip |
Latest stable version | V1 |
Open-source | Yes |
Many design decisions of RapidJSON is aimed at time/space performance. These may reduce user-friendliness of APIs. Besides, it also employs low-level optimizations (intrinsics, SIMD) and special algorithms (custom double-to-string, string-to-double conversions).