Last updated 1 year ago
Last expect no arguments.
It can be used with a list, and returns the last item in the list.
$ echo '["a","b","c"]' | dasel -r json 'last()' "c"