From fb920bba62df89868cffe33b50ecd45716ac5e1d Mon Sep 17 00:00:00 2001 From: Daniel Lemire Date: Tue, 20 Aug 2019 14:11:53 -0400 Subject: [PATCH] ZippyJSON --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 23e57de6..f0ad258f 100644 --- a/README.md +++ b/README.md @@ -484,6 +484,8 @@ docker run --privileged -t simdjson We distinguish between "bindings" (which just wrap the C++ code) and a port to another programming language (which reimplements everything). + +- [ZippyJSON](https://github.com/michaeleisel/zippyjson): Swift bindings for the simdjson project. - [pysimdjson](https://github.com/TkTech/pysimdjson): Python bindings for the simdjson project. - [simdjson-rs](https://github.com/Licenser/simdjson-rs): Rust port - [simdjson-rust](https://github.com/SunDoge/simdjson-rust): Rust wrapper (bindings)