pub type Metadata = Map<String, Value>;Expand description
A JSON object of metadata attached to a node or edge.
serde_json::Map (with the default feature set) is backed by a BTreeMap,
so key order is sorted and deterministic — important for golden tests and
reproducible output.
Aliased Type§
pub struct Metadata { /* private fields */ }