Computer scienceSystem administration and DevOpsCommand lineText processing

Sorting and transforming JSON with jq

Flatten the array

Report a typo

What is the resulting number (to 2 d.p.) generated by executing this command on school.json?

jq -r '[.students[].grades | flatten | max - min] | add / length'  school.json
Enter a number
___

Create a free account to access the full topic