I'm interested in JSON5 support:
https://github.com/json5/json5
Particularly it should reduce storage of very large json files.
It is a different format, so I would prefer for this to live in a different library. This library is intended for the JSON format. Serde support for other formats like TOML and YAML and CBOR exist in other libraries.
If you are interested in helping implement JSON5 for Serde, this chapter of the documentation may be a good starting point.
A note for people stumbling upon this issue after searching "json5 serde". I've made a start on JSON5 support for serde here. Issues / PRs very welcome. :)
Most helpful comment
A note for people stumbling upon this issue after searching "json5 serde". I've made a start on JSON5 support for serde here. Issues / PRs very welcome. :)