```shell jq 'if . | length == 1 then "hello" else null end' ```