pub fn to_string_pretty<T: Serialize>(value: &T) -> Result<String>
Serialize to pretty-printed JSON (no comments preserved). Output is always standard JSON format.