Skip to content

Instantly share code, notes, and snippets.

@pcbldi
Created December 10, 2019 13:54
Show Gist options
  • Save pcbldi/07bf7f7105d2b085d3e7f709ebbcd590 to your computer and use it in GitHub Desktop.
Save pcbldi/07bf7f7105d2b085d3e7f709ebbcd590 to your computer and use it in GitHub Desktop.
JQ shortcuts that I generally need
1. Count elements in response -
curl URL | jq '. | length'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment