Skip to main content

json_to_value

Function json_to_value 

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

Convert serde_json::Value to our AST Value.

Primitives are mapped to their corresponding Value variants. Arrays and objects are preserved as Value::Json - use jq to query them.