pub fn to_string_formatted<T>(
value: &T,
style: FormatConfiguration,
) -> Result<String, SerdeJSON5Error>where
T: Serialize,
pub fn to_string_formatted<T>(
value: &T,
style: FormatConfiguration,
) -> Result<String, SerdeJSON5Error>where
T: Serialize,