Bump Jackson dependency from 2.1.1 to 2.1.3
Add more type hinting (thanks to ztellman)
Protocol custom encoders now take precedence over regular map encoders.
Benchmarking is now a separate lein command, not a test selector.
Custom encoder functions were moved to the cheshire.generate
namespace:
cheshire.custom/add-encoder
is now cheshire.generate/add-encoder
cheshire.custom/remove-encoder
is now cheshire.generate/remove-encoder
In addition, cheshire.custom/encode
and cheshire.custom/decode
are no longer
necessary. Use cheshire.core/encode
and cheshire.core/decode
instead and
those functions will pick up custom encoders while still preserving the same
level of efficiency.
GH issue: #32.
Can you improve this documentation? These fine people already did:
Lee Hinman, Michael Klishin & Aku KotkavuoEdit on GitHub
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close