first
Return the first item in an array.
Syntax
{{ value | first }}Example
Basic usage
1{2 "items": [3 "a",4 "b",5 "c"6 ]7}1{{ items | first }}1aReturn the first item in an array.
{{ value | first }}1{2 "items": [3 "a",4 "b",5 "c"6 ]7}1{{ items | first }}1a