pub type JsonObject = Map<String, Value>;
An arbitrary JSON object preserved verbatim from the API.
pub struct JsonObject { /* private fields */ }