From ba007b0cb9296cbecde44515e3b3bf13f56c0403 Mon Sep 17 00:00:00 2001 From: Hendrik Date: Sat, 28 Feb 2026 20:58:01 +0100 Subject: [PATCH] add mruby-fast-json binding (#2616) Hi there, i took simdjson as a learning opportunity to learn more about c++, as such i have covered most of the public API Surface simdjson got. Have fun :) --- README.md | 1 + 1 file changed, 1 insertion(+) 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 --------------