Index
Usage
Example
Function usage
$ echo '["a","b","c"]' | dasel -r json 'index(1)'
"b"Alias usage
$ echo '["a","b","c"]' | dasel -r json '[1]'
"b"Last updated
$ echo '["a","b","c"]' | dasel -r json 'index(1)'
"b"$ echo '["a","b","c"]' | dasel -r json '[1]'
"b"Last updated