metosin / jsonista

Clojure library for fast JSON encoding and decoding.
https://cljdoc.org/d/metosin/jsonista
Eclipse Public License 2.0
422 stars 30 forks source link

Enable support for custom JsonFactories #44

Closed ohpauleez closed 3 years ago

ohpauleez commented 3 years ago

This fixes #32 by adding support for custom factories or bootstrapping your own initial ObjectMapper when calling the object-mapper function.

Tests have been added using the MsgPack factory to encode/decode the Clojure round-trip data.

ikitommi commented 3 years ago

Looks great, will cut a release. thanks!

ikitommi commented 3 years ago

metosin/jsonista {:mvn/version "0.3.1"}