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/
[com.spoon16/clj-gson "0.0.1"]
com.spoon16/clj-gson {:mvn/version "0.0.1"}
implementation("com.spoon16:clj-gson:0.0.1")
<dependency> <groupId>com.spoon16</groupId> <artifactId>clj-gson</artifactId> <version>0.0.1</version> </dependency>
Want to display the latest version of your project on GitHub? Use the markdown code below!
If you want to include pre-releases and snapshots, use the following markdown code: