9951 explained code solutions for 126 technologies


jqFilter property in some command's json output


somecommand | jq '.foo'ctrl + c
somecommand

any command that has to output json, echo '{ "foo": 123, "bar": 456 }' for example

'.foo'

json property name in output of a command