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