clojure-dev

souenzzo 2025-10-23T17:03:08.613879Z

Hello Not sure if this is the right channel to report data.json issues https://github.com/clojure/data.json between the versions 1.1.0 and 2.0.0, data.json introduced a breaking change: The JSONWriter#-write signature changed from [object out] to [object out options] On this commit: https://github.com/clojure/data.json/commit/8f070ba94dc7c469f303259ce5f5bfa0b53d50bd And in Release 2.0.0 on 2021-Mar-19 release notes, there is no mention to JSONWriter or -write protocol changes. I know it's a very old problem, but I think this documentation could be present.

seancorfield 2025-10-23T17:09:10.340239Z

Could you post this on http://ask.clojure.org? That's how core and contrib stuff is tracked.