jq
Parse a computers.json file from BloodHound and then pull out just computer names and their descriptions
jq -r '.data[] | "\(.Properties.name | split(".")[0] | ascii_upcase),\(.Properties.description)"' 20240821185750_computers.json | sort > output.txt