Json: JSON5 support

Created on 9 Dec 2017  路  2Comments  路  Source: serde-rs/json

I'm interested in JSON5 support:
https://github.com/json5/json5

Particularly it should reduce storage of very large json files.

dialect

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. :)

All 2 comments

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. :)

Was this page helpful?
0 / 5 - 0 ratings