Property
Usage
Examples
Property with optional field
$ echo '{"x": 1, "y": 2, "z": 3}' | dasel -r json 'property(x,y,bad?)'
1
2Property using alias
$ echo '{"x": 1, "y": 2, "z": 3}' | dasel -r json 'x'
1Last updated