Skip to main content

Module json

Module json 

Source
Expand description

JSON rendering helpers.

Functions§

to_pretty_string
Pretty-print value the same way serde_json::to_string_pretty does — a thin, named wrapper so CLI output call sites read as “render JSON” rather than reaching for serde_json directly.