[go: up one dir, main page]

Module sonic_rs::format

source ·
Expand description

Formtter for JSON serialization.

Structs

  • This structure compacts a JSON value with no extra whitespace.
  • This structure pretty prints a JSON value to make it human readable.

Traits

  • This trait abstracts away serializing the JSON control characters, which allows the user to optionally pretty print the JSON output.