pub fn owned_to_json(v: &OwnedValue) -> ValueExpand 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).