pub type JsonObject = Map<String, JsonValue>;
A JSON object (string keys, insertion order preserved).
pub struct JsonObject { /* private fields */ }