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 3459499 commit 1cdd212Copy full SHA for 1cdd212
CHANGES.md
@@ -2,6 +2,8 @@
2
3
### Unreleased
4
5
+### 2025-12-11 (2.18.0)
6
+
7
* Add `:allow_control_characters` parser options, to allow JSON strings containing unescaped ASCII control characters (e.g. newlines).
8
9
### 2025-12-04 (2.17.1)
lib/json/version.rb
@@ -1,5 +1,5 @@
1
# frozen_string_literal: true
module JSON
- VERSION = '2.17.1'
+ VERSION = '2.18.0'
end
0 commit comments