io.github.ralfspoeth/cljson

JSON parser and serializer built upon the Java JSON IO library io.github.ralfspoeth/json.

Leiningen/Boot

[io.github.ralfspoeth/cljson "0.0.1-SNAPSHOT"]

Clojure CLI/deps.edn

io.github.ralfspoeth/cljson {:mvn/version "0.0.1-SNAPSHOT"}

Gradle

implementation("io.github.ralfspoeth:cljson:0.0.1-SNAPSHOT")

Maven

<dependency>
  <groupId>io.github.ralfspoeth</groupId>
  <artifactId>cljson</artifactId>
  <version>0.0.1-SNAPSHOT</version>
</dependency>