Module jsonutils::print

source ·
Expand description

Pretty-printing JSONs with ease.

Functions§

  • Pretty-print a serializable value as JSON with a default indentation of 4 spaces.
  • Pretty-print a serializable value as JSON with a custom indentation.