diff options
author | Jean Boussier <[email protected]> | 2025-04-24 14:59:52 +0200 |
---|---|---|
committer | Hiroshi SHIBATA <[email protected]> | 2025-04-25 11:11:19 +0900 |
commit | 2b5e1db2dbd98260221050eb33731bb8d7539295 () | |
tree | b85b5815081edaf2b3779cab4c773d6d46cca32f /ext | |
parent | 169b33d1d5532043ad6c56bb482a69e2d437c9d8 (diff) |
[ruby/json] Bring back the numerous deprecated alias
This time with explicit deprecation warnings. https://.com/ruby/json/commit/0dee9bdad9
-rw-r--r-- | ext/json/lib/json/common.rb | 44 |
1 files changed, 44 insertions, 0 deletions
@@ -919,6 +919,50 @@ module JSON end end # JSON::Coder holds a parser and generator configuration. # # module MyApp |