pub fn stringify(obj: &JsValue) -> Result<JsString, JsValue> ⓘ
dep_web_sys
The JSON.stringify() method converts a JavaScript value to a JSON string.
JSON.stringify()
MDN documentation