| Crates.io | serde_json_pythonic |
| lib.rs | serde_json_pythonic |
| version | 0.1.2 |
| created_at | 2023-06-27 15:43:51.426361+00 |
| updated_at | 2023-07-01 11:07:16.69627+00 |
| description | serde_json_pythonic fork that includes a Pythonic JSON formatter |
| homepage | |
| repository | https://github.com/xJonathanLEI/serde_json_pythonic_pythonic |
| max_upload_size | |
| id | 901395 |
| size | 685,316 |
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.