You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-1
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,9 @@
1
+
> [!WARNING]
2
+
> The recent work on performance and the [`JSON::Coder`](https://github.com/ruby/json#jsoncoder) interface in the standard `json` gem has made this library unnecessary 🎉. Please just use `json`!
3
+
1
4
# RapidJSON
2
5
3
-
(Maybe) Ruby's fastest JSON library! Built using the [RapidJSON C++ library](https://rapidjson.org/)
6
+
Formerly Ruby's fastest JSON library! Built using the [RapidJSON C++ library](https://rapidjson.org/)
4
7
5
8
ActiveSupport integration, `json` gem emulation, and no monkey patches.
0 commit comments