9171715a88
Previously ISO8601UtilsTest.testDateFormatString() would fail on systems where the time zone is UTC+X because getTime() returned "2018-06-24" for them. Additionally the tests which previously changed the system locale and time zone have been rewritten to create a UTC calendar instead. Setting locale seems to not be necessary because ISO8601Utils.parse(...) does not do that either. |
||
---|---|---|
.. | ||
src | ||
bnd.bnd | ||
build.gradle | ||
LICENSE | ||
pom.xml | ||
README |
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. Complete Gson documentation is available at its project page https://github.com/google/gson