rbolkey/clj-coffee-script

Using but not requiring clojure.contrib.json

Closed this issue · 3 comments

gf3 commented

It looks like you're using clojure.contrib.json but not requiring it as a dependency in project.clj. This causes errors when using it in other projects. Might even be worth switching over to clj-json since clojure.contrib is being broken into smaller bits.

Good catch. Will create a minor update against clojure 1.2.1, and start a new major one against clojure 1.3 and clj-json. Is that the broken off json library from clojure contrib or another alternative?

gf3 commented

clj-json is an alternative, but it looks to be the main package many others are using.

Using clj-json now in the 1.1.0 release. The 1.0.1 release was made with clojure.contrib.json.