Skip to content

Instantly share code, notes, and snippets.

@faryne
Created February 16, 2020 10:55
Show Gist options
  • Save faryne/74ac6c644738b7e79f61eca35560b67f to your computer and use it in GitHub Desktop.
Save faryne/74ac6c644738b7e79f61eca35560b67f to your computer and use it in GitHub Desktop.
# :~ faryne$ echo '{}' | jq
{}
#:~ faryne$ echo '{"a":1}' | jq '.a'
1
#:~ faryne$ echo '{"a":1, "b": [1, 2, 3]}' | jq '.b[2]'
3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment