Nested-data, a library to make creating, querying, mutating, and accessing nested data formats easier.
This project currently only supports JSON, coming soon is YAML.
You can find an example in examples/example.cpp, and the include path is include/....
This version will add:
- More generics, such as iterators.
- An easier API, such as using
operator[]instead ofnested_data::json::JSON::child()for accessing both children and nodes. - More overloads for
nested_data::json::json.