Adapt gson/gson/README to match with gson/README.md (#1472)

This commit is contained in:
Lorenz Nickel 2019-03-03 20:28:00 +01:00 committed by inder123
parent b75e1bbc79
commit 3c6eea6b7d

View File

@ -1,5 +1,5 @@
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
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.