Skip to content

Instantly share code, notes, and snippets.

@mtintes
Created July 19, 2021 16:00
Show Gist options
  • Save mtintes/4488abd5558a519fde682514923f6c2c to your computer and use it in GitHub Desktop.
Save mtintes/4488abd5558a519fde682514923f6c2c to your computer and use it in GitHub Desktop.
useful jq
cat file.json| jq '.thing' | jq 'keys'
#all the keys under "thing"
{
"thing": {
"prop1": "value",
"prop2": "value"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment