clj-json

Fast JSON encoding and decoding for Clojure via the Jackson library.

Leiningen/Boot

[clj-json "0.5.3"]

Clojure CLI/deps.edn

clj-json/clj-json {:mvn/version "0.5.3"}

Gradle

implementation("clj-json:clj-json:0.5.3")

Maven

<dependency>
  <groupId>clj-json</groupId>
  <artifactId>clj-json</artifactId>
  <version>0.5.3</version>
</dependency>