Rindle docs and package mapSkip to main content

json_to_owned

Function json_to_owned 

Source
pub fn json_to_owned(v: &Value) -> OwnedValue
Expand 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.