Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 335 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 335 Bytes

Gson

google GSON - for serialize and deserialize Object to(and from) JSON

GSON is open source library by google. It is used to serialize and deserialize Java Object to(and from) JSON.

JSON stands for 'Java Script Object Notation'. JSON is an string not an object,but object can be created of it and can be called as json object.