com.spoon16/clj-gson

Clojure bindings for Gson. Gson is a Java library that can be used to convert Java Objects into their JSON representation. It can also be used to convert a JSON string to an equivalent Java object. Gson can work with arbitrary Java objects including pre-existing objects that you do not have source-code of. Gson homepage; http://code.google.com/p/google-gson/

Leiningen/Boot

[com.spoon16/clj-gson "0.0.1"]

Clojure CLI/deps.edn

com.spoon16/clj-gson {:mvn/version "0.0.1"}

Gradle

implementation("com.spoon16:clj-gson:0.0.1")

Maven

<dependency>
  <groupId>com.spoon16</groupId>
  <artifactId>clj-gson</artifactId>
  <version>0.0.1</version>
</dependency>