JSON VS GSON

JSON is a format which has key and values
 GSON is a process of converting
 from java to json(serialization),
 from json to java(deserialization)
Thankful Tuatara