diff options
author | Étienne Barrié <[email protected]> | 2025-01-20 11:12:09 +0100 |
---|---|---|
committer | Jean Boussier <[email protected]> | 2025-01-20 14:20:55 +0100 |
commit | e8676cada82ed9947502b416eaa948258a62d7b9 () | |
tree | 05dbf50a935789222337d04b1edc230b296de02b /ext/json/lib | |
parent | ba44e92573f5fdd23d29cfb49d8afe78287d5f79 (diff) |
[ruby/json] Introduce JSON::Fragment
https://.com/ruby/json/commit/9e3500f345 Co-authored-by: Jean Boussier <[email protected]>
Notes: Merged: https://.com/ruby/ruby/pull/12602
-rw-r--r-- | ext/json/lib/json/common.rb | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -167,6 +167,12 @@ module JSON # system. Usually this means that the iconv library is not installed. class MissingUnicodeSupport < JSONError; end module_function # :call-seq: |