![]() |
smgl 0.11.0
Structured Metadata Engine and Graph Objects Library
|
Go to the source code of this file.
Namespaces | |
| namespace | smgl |
| Project top-level namespace. | |
Typedefs | |
| using | smgl::Metadata = nlohmann::ordered_json |
| Metadata storage class. | |
Functions | |
| void | smgl::WriteMetadata (const filesystem::path &path, const Metadata &m) |
| Write Metadata to path in JSON format. | |
| Metadata | smgl::LoadMetadata (const filesystem::path &path) |
| Load Metadata from JSON file at path. | |