On Sun, May 6, 2012 at 4:01 AM, Patrick Martin <[email protected]> wrote: > Hi everyone, > > I'm new to clojure and I have been working through Clojure in Action as well > as Chas Emerick's webcast. I created my environment in Eclipse and CCW, but > I am having trouble using "use" to get the json library in my program > namespace. > > I have the leiningen project.clj use theĀ [org.danlarkin/clojure-json "1.1"] > coordinate in the dependencies and it appears to load in the package > explorer.
The clojure-json library has been deprecated for years; I heartily recommend Cheshire instead. -Phil -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to [email protected] Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/clojure?hl=en
