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-09-14#0
Oct 28, 2020
All
Tencent/rapidjson14K
rapidjson.org
09a647a526
Complex license
Control