[−][src]Function json5::to_string
pub fn to_string<T>(value: &T) -> Result<String> where
T: Serialize,
Attempts to serialize the input as a JSON5 string (actually a JSON string).
pub fn to_string<T>(value: &T) -> Result<String> where
T: Serialize,
Attempts to serialize the input as a JSON5 string (actually a JSON string).