pub fn object(value: Value) -> Map<String, Value>
unwrap the JsonObject under serde_json::Value
serde_json::Value
This will panic when the value is not a object in debug mode.