Reputation: 1180
l have this data json
{
"name": "AL_mazyunh",
"day": [
20,
21,
22
],
"enDayName": [
"Wednesday",
"Thursday",
"Friday"
]
}
l want take only one element from those arrays . example enDayName
get only Wednesday . l used slice, but he shows only 2 element {{forecast.enDayName| slice:1}}
Upvotes: 0
Views: 604