Different scripts in this folder use different data files.
Many of the exercises in this folder are the same tasks as were done in the awk
exercises, but using differently formatted data.
person.json
contains structured information.
It contains data in the JSON format. It contains one object.
scores.json
contains structured information.
It contains data in the JSON format. It contains an array of objects. Each object contains information about one player in a game. The objects contain the fields name, city, and scores. Name and city are strings. Scores is an array of scores as numbers - one for each time they've played the game.