a6890bbaba
* Fixed https://github.com/google/gson/issues/1310 Also renamed VersionUtils to more readable abstraction JavaVersion Added support for debian naming convention Using min supported version (6) as the default if JDK version can't be figured out * Moved JavaVersion to an internal package |
||
---|---|---|
.. | ||
docs/javadocs | ||
src | ||
assembly-descriptor.xml | ||
bnd.bnd | ||
build.gradle | ||
Gson 2.1 notes.txt | ||
LICENSE | ||
pom.xml | ||
README |
Gson is a Java library that can be used to convert a Java object into its JSON representation. It can also be used to convert a JSON string into an equivalent Java object. Gson can work with arbitrary Java objects including pre-existing objects that you do not have source-code of. Complete Gson documentation is available at its project page https://github.com/google/gson