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})
v2019-06-28#0
Oct 7, 2019
All
Tencent/rapidjson14K
rapidjson.org
726c111481
Complex license
Control