Skip to main content

json_to_value

Function json_to_value 

Source
pub fn json_to_value(v: Value) -> Value
Expand description

Convert a serde_json::Value to a Value by consuming ownership.

Nested objects are preserved as Value::Object.