Skip to content

Files

jq

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Jan 8, 2025
Jan 8, 2025
Jan 8, 2025
Jan 8, 2025
Jan 8, 2025
Jan 8, 2025
Jan 8, 2025
Jan 8, 2025
Jan 8, 2025
Jan 8, 2025
Jan 8, 2025
Jan 8, 2025
Jan 8, 2025
Jan 8, 2025

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

person.json contains structured information.

It contains data in the JSON format. It contains one object.

scores.json

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.