serde_json5 0.2.1

A Serde (de)serializer for JSON5.
Documentation
1
2
3
4
5
6
7
8
9
10
# JSON5

A Rust library for serializing and deserializing [JSON5][json5] with
[Serde][serde].

This project is a fork of [callum-oakley/json5-rs][github-json5-rs].

[json5]: https://json5.org/
[serde]: https://serde.rs/
[github-json5-rs]: https://github.com/callum-oakley/json5-rs