serde_json_pythonic

Crates.ioserde_json_pythonic
lib.rsserde_json_pythonic
version0.1.2
sourcesrc
created_at2023-06-27 15:43:51.426361
updated_at2023-07-01 11:07:16.69627
descriptionserde_json_pythonic fork that includes a Pythonic JSON formatter
homepage
repositoryhttps://github.com/xJonathanLEI/serde_json_pythonic_pythonic
max_upload_size
id901395
size685,316
Jonathan LEI (xJonathanLEI)

documentation

https://docs.rs/serde_json_pythonic

README

serde_json_pythonic

serde_json fork that includes a Pythonic JSON formatter, which mimics output from the json.dumps() function in Python.

While it's indeed possible to create such a formatter without modifying serde_json, it only works when the std feature is enabled, as serde_json does not expose the types needed for the formatter implementation under no_std mode. This fork makes such a formatter built-in and also available in no_std.

Commit count: 0

cargo fmt