aboutsummaryrefslogtreecommitdiffstats
path: root/gson/README
diff options
context:
space:
mode:
Diffstat (limited to 'gson/README')
-rw-r--r--gson/README7
1 files changed, 7 insertions, 0 deletions
diff --git a/gson/README b/gson/README
new file mode 100644
index 00000000..ebae7803
--- /dev/null
+++ b/gson/README
@@ -0,0 +1,7 @@
+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
+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