Registry / serialization / jsoncons

jsoncons

JSON →
library1.7.0vcpkgunverified

A C++, header-only library for constructing JSON and JSON-like text and binary data formats, with JSON Pointer, JSON Patch, JSON Schema, JSONPath, JMESPath, CSV, MessagePack, CBOR, BSON, UBJSON.

vcpkg install jsoncons
INSTALL
IMPORT
SIG · JSONCONS
J
jsoncons
serializationcppv1.7.0
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.

jsoncons/json.hpp
#include <jsoncons/json.hpp>

Parse and access JSON

#include <jsoncons/json.hpp> #include <iostream> int main() { jsoncons::json j = jsoncons::json::parse(R"({"hello":"world"})"); std::cout << j["hello"] << '\n'; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.7.0latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources

No resource links recorded.

jsoncons — pip install jsoncons · libregistry