add simdjson-dart binding to docs (#2719)

* Add simdjson-dart binding description

Fix typo in simdjson-dart description.

* Update simdjson-dart description in README
This commit is contained in:
xaldarof
2026-05-12 20:42:16 +05:00
committed by GitHub
parent c2f25ab455
commit 43766fc7ef
+1
View File
@@ -190,6 +190,7 @@ We distinguish between "bindings" (which just wrap the C++ code) and a port to a
- [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.
- [simdjson-dart](https://github.com/xaldarof/simdjson-dart): Dart bindings for the simdjson project.
About simdjson
--------------