This
Usage
Examples
This
$ echo '{"x": 1, "y": 2, "z": 3}' | dasel -r json 'all().this()'
1
2
3This using alias
$ echo '{"x": 1, "y": 2, "z": 3}' | dasel -r json 'all().'
1
2
3Last updated
$ echo '{"x": 1, "y": 2, "z": 3}' | dasel -r json 'all().this()'
1
2
3$ echo '{"x": 1, "y": 2, "z": 3}' | dasel -r json 'all().'
1
2
3Last updated