1. Home
  2. Browse
  3. rapidjson

rapidjson

vd87b698#0Go to latest

A fast JSON parser/generator for C++ with both SAX/DOM style API <http://rapidjson.org/>

Install

Run the following Vcpkg command to install the port.

vcpkg install rapidjson

Usage

The package rapidjson provides CMake integration:

find_package(RapidJSON CONFIG REQUIRED)
target_include_directories(main PRIVATE ${RAPIDJSON_INCLUDE_DIRS})
See source

Version

vd87b698#0

Publication

Supports

All

GitHub

Tencent/rapidjson

Homepage

rapidjson.org

Subtree

3fe88fd988

License

Complex license

Definition

Control