Function serde_json_wasm::to_string

source ·
pub fn to_string<T>(value: &T) -> Result<String>
where T: Serialize + ?Sized,
Expand description

Serializes the given data structure as a string of JSON text