jq - nimrody/knowledgebase GitHub Wiki
jq
-
String interpolation to extract multiple fields
jq '.users[] | "\(.first) \(.last)"' -
Use
todateto convert epoch seconds to string date -
recursive search (
..operator)jq '..|.permalink? | select(.)
String interpolation to extract multiple fields
jq '.users[] | "\(.first) \(.last)"'
Use todate to convert epoch seconds to string date
recursive search (.. operator)
jq '..|.permalink? | select(.)