Loading...
To access the last element of a list, assign a negative index [i=-1] as a filter.
[i=-1]
To access the second to last element, use [i=-2].
[i=-2]
The oldest movie was {d[i=-1].name}
The oldest movie was BTTF
[ { "name": "Inception", "year": 2010 }, { "name": "Matrix", "year": 1999 }, { "name": "BTTF", "year": 1985 } ]