pub fn json_fromatter<T>(pretty: bool, value: &T) -> Stringwhere T: Serialize,
Formats a value as a JSON string.