A fast JSON parser/generator for C++ with both SAX/DOM style API <http://rapidjson.org/>
Run the following Vcpkg command to install the port.
vcpkg install rapidjson
The package rapidjson provides CMake integration:
find_package(RapidJSON CONFIG REQUIRED) target_include_directories(main PRIVATE ${RAPIDJSON_INCLUDE_DIRS})
vd87b698-1#0
Jul 17, 2019
All
Tencent/rapidjson14K
rapidjson.org
ac2be759a4
Complex license
Control