pub type JsonObject = Map<String, Value>;
A JSON object, i.e. a mapping from String to Value.
String
Value
pub struct JsonObject { /* private fields */ }