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-encodercheshire.custom/remove-encoder is now cheshire.generate/remove-encoderIn 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 builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |