pub fn json_to_value(json: Value) -> Value
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.
Value::Json
jq