pub type JsonObject = Map<String, Value>;
Represents any valid JSON object.
pub struct JsonObject { /* private fields */ }