diff --git a/README.md b/README.md index eb0663e53..d3e622308 100644 --- a/README.md +++ b/README.md @@ -188,6 +188,7 @@ We distinguish between "bindings" (which just wrap the C++ code) and a port to a - [JSON::SIMD](https://metacpan.org/pod/JSON::SIMD): Perl bindings; fully-featured JSON module that uses simdjson for decoding. - [gemmaJSON](https://github.com/sainttttt/gemmaJSON): Nim JSON parser based on simdjson bindings. - [simdjson-java](https://github.com/simdjson/simdjson-java): Java port. +- [mruby-fast-json](https://github.com/Asmod4n/mruby-fast-json): mruby binding with high API coverage. About simdjson --------------