Skip to content

Commit

Permalink
Use cheshire.
Browse files Browse the repository at this point in the history
  • Loading branch information
Raynes committed Dec 24, 2011
1 parent 141faff commit 3ce8cb3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
:dependencies [[org.clojure/clojure "1.3.0"]
[compojure "1.0.0-RC2"]
[org.clojure/tools.namespace "0.1.0"]
[clj-json "0.4.3"]
[cheshire "2.0.4"]
[ring "1.0.1"]
[hiccup "0.3.7"]
[clj-stacktrace "0.2.3"]
Expand Down
2 changes: 1 addition & 1 deletion src/noir/response.clj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
(ns noir.response
"Simple response helpers to change the content type, redirect, or return a canned response"
(:refer-clojure :exclude [empty])
(:require [clj-json.core :as json]
(:require [cheshire.core :as json]
[noir.options :as options]))

(defn xml
Expand Down

0 comments on commit 3ce8cb3

Please sign in to comment.