org.clojars.toxi/clj-json

Fast JSON encoding and decoding for Clojure via the Jackson library (patched to use Jackson 1.9.4).

Leiningen/Boot

[org.clojars.toxi/clj-json "0.5.0"]

Clojure CLI/deps.edn

org.clojars.toxi/clj-json {:mvn/version "0.5.0"}

Gradle

implementation("org.clojars.toxi:clj-json:0.5.0")

Maven

<dependency>
  <groupId>org.clojars.toxi</groupId>
  <artifactId>clj-json</artifactId>
  <version>0.5.0</version>
</dependency>

Note: this artifact is a non-canonical fork. See the wiki for more details.