1 2 3 4 5 6 7 8 9
--- title: Count items in JSON file using jq description: Count items in JSON file using jq tags: ["jq", "commandline"] --- ```console jq -s '. | length' sample_data.json ```