You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I typically use clojure.data.json for JSON parsing, since cheshire is quite heavy and its transitive dependencies often get CVEs. Would you be interested in a patch that allows users to supply data.json as a JSON parsing library instead? As far as I can tell, this library does not use functionality specific to cheshire.
The text was updated successfully, but these errors were encountered:
json-encode and decode are dynamic so I guess you can override them in your own code.
Still it would be nice to also have built-in support for data.json
Hi.
I typically use clojure.data.json for JSON parsing, since cheshire is quite heavy and its transitive dependencies often get CVEs. Would you be interested in a patch that allows users to supply data.json as a JSON parsing library instead? As far as I can tell, this library does not use functionality specific to cheshire.
The text was updated successfully, but these errors were encountered: