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