body: 'google it',
desc: 'android is great ',
id: 1,
tags:
List [
{ name: 'android', id: 1 },
{ name: 'java', id: 2 },
{ name: 'string', id: 5 } ] }
this is my post object and i want to check if this post has the tag already..
so i want to iterate throu tags
how can i do it?
you can iterate over that list directly.
Обсуждают сегодня