{
layout:[
{
tag :"edittext",
name :"Name",
hint :"Type your name here"
},
{
tag :"checkbox",
name :"Is married",
hint :""
},
{
tag :"button",
name :"Submit",
hint :""
}
]
}
I am describing what exactly i want . First of all the above json will change every time. Structure will same , just tag, name and hint value will change . Now the above jsonarray has three jsonobject . it might be any number(4/5/6 any number of jsonobject) . Can any one plz suggest me how to solve this issue ? Thanks