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