Skip to main content

stringify

Function stringify 

Source
pub fn stringify<T>(value: &T, pretty: bool) -> Result<String>
where T: Serialize,
Expand description

Serialize a value to a JSON string.