Skip to content

Commit ac8c05d

Browse files
authored
Add ASON format in README.md.
1 parent 8774f67 commit ac8c05d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

_src/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ Serde by the community.
5858
- [Avro], a binary format used within Apache Hadoop, with support for schema
5959
definition.
6060
- [JSON5], a superset of JSON including some productions from ES5.
61+
- [ASON], a strongly typed version of JSON that perfectly matches Rust's type system.
6162
- [URL] query strings, in the x-www-form-urlencoded format.
6263
- [Starlark], the format used for describing build targets by the Bazel and Buck
6364
build systems. *(serialization only)*
@@ -90,6 +91,7 @@ Serde by the community.
9091
[BSON]: https://github.com/mongodb/bson-rust
9192
[Avro]: https://docs.rs/apache-avro
9293
[JSON5]: https://github.com/callum-oakley/json5-rs
94+
[ASON]: https://github.com/hemashushu/ason
9395
[URL]: https://docs.rs/serde_qs
9496
[Starlark]: https://github.com/dtolnay/serde-starlark
9597
[Envy]: https://github.com/softprops/envy

0 commit comments

Comments
 (0)