We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6609045 commit c9ee5e0Copy full SHA for c9ee5e0
README.md
@@ -9,7 +9,7 @@ responses.
9
10
To install, add the following to your project `:dependencies`:
11
12
- [ring/ring-json "0.3.1"]
+ [ring/ring-json "0.4.0"]
13
14
15
## Usage
project.clj
@@ -1,4 +1,4 @@
1
-(defproject ring/ring-json "0.3.1"
+(defproject ring/ring-json "0.4.0"
2
:description "Ring middleware for handling JSON"
3
:url "https://github.com/ring-clojure/ring-json"
4
:license {:name "The MIT License"
0 commit comments