pub type JsonObject = Map<String, Value>;
The inner type of JsonValue::Object.
JsonValue::Object
pub struct JsonObject { /* private fields */ }