summaryrefslogtreecommitdiff
path: root/Conditional.md
blob: f70ba6bfa9c1f1296ade7e7faa15ee46c224b78b (plain)
1
2
3
```shell
jq 'if . | length == 1 then "hello" else null end'
```