diff --git a/gson/README b/gson/README index ebae7803..a925a5cd 100644 --- a/gson/README +++ b/gson/README @@ -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.