--- tags: - linux - jq - howto --- Double escapes are important! ``` jq -r '.fixed_ips[] | select(.ip_address | test("\\.")) | .ip_address' ```