Registry / serialization / rapidjson

rapidjson

JSON →
library2025-02-26vcpkgunverified

A fast JSON parser and generator for C++ with SAX and DOM style APIs.

vcpkg install rapidjson
INSTALL
IMPORT
SIG · RAPIDJSON
R
rapidjson
serializationcppv2025-02-26
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

rapidjson/document.h
✓ #include <rapidjson/document.h>

Parse a JSON string and access a value.

#include <rapidjson/document.h> #include <iostream> int main() { const char* json = "{\"hello\":\"world\"}"; rapidjson::Document d; d.Parse(json); std::cout << d["hello"].GetString() << std::endl; return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2025-02-26latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
Amazon
1
Resources

No resource links recorded.

rapidjson — pip install rapidjson · libregistry