Function object

Source
pub fn object(value: Value) -> Map<String, Value>
Expand description

unwrap the JsonObject under serde_json::Value

ยงPanic

This will panic when the value is not a object in debug mode.