From 79d3e2481d41487046ce7f1147618e1e556f6700 Mon Sep 17 00:00:00 2001 From: Jan Tlamicha Date: Fri, 18 Oct 2019 17:51:05 +0200 Subject: [PATCH] Serialization - ujson - Blazing fast JSON serialization --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ded142745d..2fbaa35ba0 100644 --- a/README.md +++ b/README.md @@ -985,6 +985,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php). * [marshmallow](https://github.com/marshmallow-code/marshmallow) - A lightweight library for converting complex objects to and from simple Python datatypes. * [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). +* [ujson](https://github.com/esnme/ultrajson) - Ultra fast JSON serialization ## Serverless Frameworks