Crate serde_json_python_formatter

Source
Expand description

Provides a serde_json::ser::Formatter that mimics the output of Pythons json.dumps().

Structsยง

PythonFormatter
A serde_json::ser::Formatter that mimics the output of Pythons json.dumps.