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