pub type JsonStore = BTreeMap<String, Value>;
A JSON-backed named-resource store: name -> (raw input + generated fields).
pub struct JsonStore { /* private fields */ }