Type Alias zng::config::JsonConfig
source · pub type JsonConfig = SyncConfig<IndexMap<Txt, Value>>;
Expand description
Represents a config source that synchronizes with a JSON file.
Aliased Type§
struct JsonConfig { /* private fields */ }