pub fn fallback_text_from_json(v: &Value) -> StringExpand description
Pretty JSON fallback used when a type does not implement TextFormat.
This produces a nicely indented JSON string, or falls back to compact JSON if pretty-printing fails.
pub fn fallback_text_from_json(v: &Value) -> StringPretty JSON fallback used when a type does not implement TextFormat.
This produces a nicely indented JSON string, or falls back to compact JSON if pretty-printing fails.