From ea576df14a3e7ca6b9d6d68911880b63f63e7551 Mon Sep 17 00:00:00 2001 From: Vinta Date: Sun, 3 Mar 2019 15:47:25 +0800 Subject: [PATCH] add pysimdjson --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6f6bd435..012827a2 100644 --- a/README.md +++ b/README.md @@ -992,6 +992,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php). *Libraries for serializing complex data types* * [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). ## Serverless Frameworks