merde_json

Function to_string

source
pub fn to_string<T: JsonSerialize>(value: &T) -> String
Expand description

Serialize the given data structure as a String of JSON.