We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37e6890 commit 8d08494Copy full SHA for 8d08494
CHANGES.md
@@ -2,8 +2,11 @@
2
3
### Unreleased
4
5
-* Add bnew `allow_duplicate_key` parsing options. By default a warning is now emitted when a duplicated key is encountered.
+### 2025-05-23 (2.13.0)
6
+
7
+* Add new `allow_duplicate_key` parsing options. By default a warning is now emitted when a duplicated key is encountered.
8
In `json 3.0` an error will be raised.
9
+* Optimize parsing further using SIMD to scan strings.
10
11
### 2025-05-23 (2.12.2)
12
lib/json/version.rb
@@ -1,5 +1,5 @@
1
# frozen_string_literal: true
module JSON
- VERSION = '2.12.2'
+ VERSION = '2.13.0'
end
0 commit comments