serde-json-python-formatter 0.1.0

A serde-json formatter to mimic Python output
Documentation
1
2
3
4
5
6
7
8
9
10
# serde-json-python-formatter


![License][license-badge]
[![Build Status][build-badge]][build]

[license-badge]: https://img.shields.io/badge/license-BSD--3--Clause-blue?style=flat-square
[build-badge]: https://img.shields.io/github/actions/workflow/status/prefix-dev/serde-json-python-formatter/rust-compile.yml?style=flat-square&branch=main
[build]: https://github.com/prefix-dev/serde-json-python-formatter/actions

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