strings

Get second characther of a string:

{{my_test_json.unit[1]}}

Get last characther of string:

{{ my_test_json.unit[-1] }}

Last updated