From deb7af99fe52dd090ef56b4a3874cbcdf17dbcdd Mon Sep 17 00:00:00 2001 From: Alexander Tikhonov Date: Fri, 3 Feb 2023 00:31:30 +0300 Subject: [PATCH] Add mashumaro to Serialization --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c01386f6..b3be9b37 100644 --- a/README.md +++ b/README.md @@ -1063,6 +1063,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php). * [pysimdjson](https://github.com/TkTech/pysimdjson) - A Python bindings for [simdjson](https://github.com/lemire/simdjson). * [python-rapidjson](https://github.com/python-rapidjson/python-rapidjson) - A Python wrapper around [RapidJSON](https://github.com/Tencent/rapidjson). * [ultrajson](https://github.com/esnme/ultrajson) - A fast JSON decoder and encoder written in C with Python bindings. +* [mashumaro](https://github.com/Fatal1ty/mashumaro) - Fast and well tested serialization framework on top of dataclasses ## Serverless Frameworks