Skip to content

Commit 9292377

Browse files
committed
More explicitly recommend json
1 parent 518818e commit 9292377

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Diff for: README.md

+4-1
Original file line numberDiff line numberDiff 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+
14
# RapidJSON
25

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/)
47

58
ActiveSupport integration, `json` gem emulation, and no monkey patches.
69

0 commit comments

Comments
 (0)