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.
ryml.hpp
✓ #include <ryml.hpp>
Parse and access YAML data
#include <ryml.hpp>
#include <iostream>
int main() {
ryml::Tree tree = ryml::parse("{foo: bar, baz: 42}");
std::cout << tree["foo"].val() << '\n';
return 0;
}
Debug
Known issues
No known issues recorded.
Audit
Dependencies
No dependency data recorded yet.
Resources
No resource links recorded.