Expand description
JSON rendering helpers.
Functions§
- to_
pretty_ string - Pretty-print
valuethe same wayserde_json::to_string_prettydoes — a thin, named wrapper so CLI output call sites read as “render JSON” rather than reaching forserde_jsondirectly.