—
Err, lets said i have json like this
"id"=1,"name":"A","id"=2,"name":"B"
i make a list with them, then create it t obe like this :
- A
- B
and in example :
when i click list A then a page will appear as popup(its a SPA anyway), and information will appear based on the data A have (i will call other jSON based on id and name that A's have)