smgl 0.11.0
Structured Metadata Engine and Graph Objects Library
Loading...
Searching...
No Matches
Namespaces | Typedefs | Functions
Metadata.hpp File Reference
#include <nlohmann/json.hpp>
#include "smgl/filesystem.hpp"
Include dependency graph for Metadata.hpp:
This graph shows which files directly or indirectly include this file:

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.