Rindle docs and package mapSkip to main content

owned_to_json

Function owned_to_json 

Source
pub fn owned_to_json(v: &OwnedValue) -> Value
Expand description

OwnedValue → a bare JS value. Int/Float collapse to a JS number (the engine’s single numeric model); Str/Json to a string (a json column is parsed at read time by the view’s typed schema, exactly as on the local path).