Registry / config / hjson-cpp

hjson-cpp

JSON →
library2.4.1vcpkgunverified

Hjson for C++

vcpkg install hjson-cpp
INSTALL
IMPORT
SIG · HJSON-CPP
H
hjson-cpp
configcppv2.4.1
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.

hjson.h
#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 issues

No known issues recorded.

Upgrade
Version history
2.4.1latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
23 hits · last 30 days
node
22
Resources

No resource links recorded.

hjson-cpp — pip install hjson-cpp · libregistry