pub fn json_to_owned(v: &Value) -> OwnedValueExpand description
A bare JS cell → OwnedValue, inferring from the runtime JSON type (matches the wasm
js_to_owned_value: number→Float always, string→Str, bool→Bool, null→Null). A json
column already crossed as its stringified form, so it lands here as a String.