Make JSON dependency pluggable, remove hard dependency on cheshire
borkdude opened this issue · 0 comments
borkdude commented
This allows people to provide their own JSON implementation: cheshire, clojure.data.json or jsonista. I know some people prefer to go with clojure.data.json to keep their classpath free of Jackson. Some people might prefer using only jsonista, others go with good old cheshire.