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.
Audit
Dependencies
No dependency data recorded yet.
Resources
No resource links recorded.