Skip to content

Commit f9fe08a

Browse files
authored
Update json-io from 4.24.0 to 4.88.0 (#123)
* Update json-io from 4.24.0 to 4.88.0 Updates json-io to the latest stable version which includes: - Full JSON5 support - TOON format support (~40% fewer tokens for LLM applications) - 60+ built-in type handlers - Performance improvements with cycleSupport(false) option - Spring Boot starter available - Enhanced generic type inference for nested collections and maps, enabling better support for DATABIND benchmarks. json-io remains configured for STREAM API benchmarks as it is optimized for round-trip serialization with full type preservation rather than generic databinding without type info.
1 parent 2b3d142 commit f9fe08a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ dependencies {
7474
implementation 'jakarta.json:jakarta.json-api:2.1.3'
7575
implementation 'org.glassfish:jakarta.json:2.0.1'
7676
// json-io
77-
implementation 'com.cedarsoftware:json-io:4.24.0'
77+
implementation 'com.cedarsoftware:json-io:4.88.0'
7878
// json-simple
7979
implementation 'com.googlecode.json-simple:json-simple:1.1.1'
8080
// json-smart

0 commit comments

Comments
 (0)