From ac8c05dd702c5f1b6da1e8a20f8b155a65a014b3 Mon Sep 17 00:00:00 2001 From: Hema Shushu Date: Sat, 9 Nov 2024 18:29:27 +0800 Subject: [PATCH] Add ASON format in README.md. --- _src/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/_src/README.md b/_src/README.md index 54f60145..17f09e6a 100644 --- a/_src/README.md +++ b/_src/README.md @@ -58,6 +58,7 @@ Serde by the community. - [Avro], a binary format used within Apache Hadoop, with support for schema definition. - [JSON5], a superset of JSON including some productions from ES5. +- [ASON], a strongly typed version of JSON that perfectly matches Rust's type system. - [URL] query strings, in the x-www-form-urlencoded format. - [Starlark], the format used for describing build targets by the Bazel and Buck build systems. *(serialization only)* @@ -90,6 +91,7 @@ Serde by the community. [BSON]: https://github.com/mongodb/bson-rust [Avro]: https://docs.rs/apache-avro [JSON5]: https://github.com/callum-oakley/json5-rs +[ASON]: https://github.com/hemashushu/ason [URL]: https://docs.rs/serde_qs [Starlark]: https://github.com/dtolnay/serde-starlark [Envy]: https://github.com/softprops/envy