Created
November 5, 2014 11:07
-
-
Save StevenMaude/f49b98489200475864ed to your computer and use it in GitHub Desktop.
Simple jq select statement to match JSON files with title value of "some title"
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
jq '.["title"] | select(. == "some title")' *.json |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment