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 3232907 commit 8b56d47Copy full SHA for 8b56d47
CHANGES.md
@@ -1,8 +1,11 @@
1
# Changes
2
3
+### 2025-02-10 (2.10.0)
4
+
5
* `strict: true` now accept symbols as values. Previously they'd only be accepted as hash keys.
6
* The C extension Parser has been entirely reimplemented from scratch.
7
* Introduced `JSON::Coder` as a new API allowing to customize how non native types are serialized in a non-global way.
8
+* The Java implementation of the generator received many optimizations.
9
10
### 2024-12-18 (2.9.1)
11
lib/json/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module JSON
- VERSION = '2.9.1'
+ VERSION = '2.10.0'
end
0 commit comments