dakrone / cheshire

Clojure JSON and JSON SMILE (binary json format) encoding/decoding
https://github.com/dakrone/cheshire
MIT License
1.49k stars 152 forks source link

support jackson's fast number parsing/writing features #196

Open pjfanning opened 1 year ago

pjfanning commented 1 year ago

Jackson's JsonFactory supports these features.

Just thought I'd raise awareness of these features of jackson (v2.14.0 and above). With the StreamReadFeature and StreamWriteFeature, you would probably want to make those opt-in - that chesire should probably not use them by default.

dakrone commented 1 year ago

Thanks for letting me know about them. Looks like a few other things have changed around here too.