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 REQUIRED) target_include_directories(main PRIVATE ${RAPIDJSON_INCLUDE_DIRS})
v1.1.0-1#0
Apr 27, 2018
All
Tencent/rapidjson15K
da1805f3c0
Complex license
Control