Closed ohpauleez closed 3 years ago
This fixes #32 by adding support for custom factories or bootstrapping your own initial ObjectMapper when calling the object-mapper function.
object-mapper
Tests have been added using the MsgPack factory to encode/decode the Clojure round-trip data.
Looks great, will cut a release. thanks!
metosin/jsonista {:mvn/version "0.3.1"}
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.