Skip to main content

json_stringify_string

Function json_stringify_string 

Source
pub fn json_stringify_string(s: &str) -> String
Expand description

Convert a value to a JSON string. Works best with strings, but accepts any type via its Debug representation.