JSON (JavaScript Object Notation) is a lightweight data-interchange format used to store and transmit data.
GSON is a Java library by Google that converts Java objects to JSON and vice versa, providing tools to parse, generate, and manipulate JSON in Java applications