Update README.md

This commit is contained in:
inder123 2015-12-02 17:21:24 -08:00
parent be29e052ec
commit ddfb2c5c8e

View File

@ -1,6 +1,6 @@
# google-gson
![Build Status](https://travis-ci.org/google/gson.svg?branch=master)
[![Build Status](https://travis-ci.org/google/gson.svg?branch=master)](https://travis-ci.org/google/gson)
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.