Registry / config / hjson-cpp

hjson-cpp

JSON →
library2.4.1vcpkgunverified

Hjson for C++

configserialization
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.

#include <hjson.h>

Parse and access Hjson data

#include <hjson.h> #include <iostream> int main() { Hjson::Value v = Hjson::Unmarshal("{ foo: 42 }"); std::cout << v["foo"].to_int() << std::endl; return 0; }
Debug
Known footguns

No known footguns recorded.

Upgrade
Version history

Breaking-change detection hasn't run for this library yet.

Audit
Security & dependencies

CVE tracking and dependency tree are planned for a later release.

Agent activity
17 hits · last 30 days
gptbot
3
amazonbot
3
claudebot
3
mj12bot
2
bingbot
1
Resources

No resource links recorded.