Adapt gson/gson/README to match with gson/README.md (#1472)
This commit is contained in:
parent
b75e1bbc79
commit
3c6eea6b7d
@ -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.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user