[][src]Function js_sys::JSON::stringify

pub fn stringify(obj: &JsValue) -> Result<JsString, JsValue>

The JSON.stringify() method converts a JavaScript value to a JSON string.

MDN documentation