Skip to main content

JsonStore

Type Alias JsonStore 

Source
pub type JsonStore = BTreeMap<String, Value>;
Expand description

A JSON-backed named-resource store: name -> (raw input + generated fields).

Aliased Typeยง

pub struct JsonStore { /* private fields */ }