Strings

Get the last character of string:

{{ my_test_json.unit[-1] }}

Get the second character of a string:

{{my_test_json.unit[1]}}

Last updated