com.github.seancorfield/ring-data-json

Ring middleware for handling JSON, using clojure.data.json.

Leiningen/Boot

[com.github.seancorfield/ring-data-json "0.5.2"]

Clojure CLI/deps.edn

com.github.seancorfield/ring-data-json {:mvn/version "0.5.2"}

Gradle

implementation("com.github.seancorfield:ring-data-json:0.5.2")

Maven

<dependency>
  <groupId>com.github.seancorfield</groupId>
  <artifactId>ring-data-json</artifactId>
  <version>0.5.2</version>
</dependency>