#formatter #python #mimic #serde-json #output

serde-json-python-formatter

A serde-json formatter to mimic Python output

1 unstable release

0.1.0 Apr 20, 2023

#1512 in Encoding

BSD-3-Clause

5KB
59 lines

serde-json-python-formatter

License Build Status

Provides a serde-json Formatter to output json the way Python would.


lib.rs:

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

Dependencies

~0.5–1MB
~20K SLoC