JSON (JavaScript Object Notation) is a lightweight data-interchange format. Data objects in JSON are consisted of attribute–value pairs. JSON is easy for humans to read and write. It is easy for machines to parse and generate. Although originally derived from the JavaScript scripting language, JSON is a language-independent data format. Code for parsing and generating JSON data is readily available in many programming languages.
Class Materials
Task
Before starting with the assignment, read about iterating through JSON attributes in Gson.
Badge
JSON Rookie
JSON (JavaScript Object Notation) is a lightweight data-interchange format. Data objects in JSON are consisted of attribute–value pairs. JSON is easy for humans to read and write. It is easy for machines to parse and generate. Although originally derived from the JavaScript scripting language, JSON is a language-independent data format. Code for parsing and generating JSON data is readily available in many programming languages.