pub type JsonMeta = BTreeMap<String, String>;
Metadata as a JSON object (single value per key).
pub struct JsonMeta { /* private fields */ }