Skip to content

Instantly share code, notes, and snippets.

@mikepea
Last active November 14, 2016 16:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mikepea/4ef65dacd760aeaeb7f8bd8abb85a127 to your computer and use it in GitHub Desktop.
Save mikepea/4ef65dacd760aeaeb7f8bd8abb85a127 to your computer and use it in GitHub Desktop.
gron # greppable JSON encoder/decoder
jq -r '{query}' # raw output, strips quotes et al. good for pipelining into grep.
jq -r 'keys | .[]' # lists just the keys of a map
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment