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})
v2020-02-08#0
Feb 11, 2020
All
Tencent/rapidjson14K
rapidjson.org
08c951fef9
Complex license
Control