pub fn js_string(v: &Value) -> StringExpand description
JavaScript String(value) for a JSON value: strings as is, numbers as JS
prints them, booleans, null → "null", arrays comma-joined (with
null elements empty, as Array.prototype.toString), objects
[object Object].