From 3c6eea6b7df00cac5a080b28533cd34c120c3860 Mon Sep 17 00:00:00 2001 From: Lorenz Nickel Date: Sun, 3 Mar 2019 20:28:00 +0100 Subject: [PATCH] Adapt gson/gson/README to match with gson/README.md (#1472) --- gson/README | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.