i know its very simple thing but i m stucked on it
i have json variable with data as follow
var jsonText = \'[ { \"user\": [ { \"Gender\": \"M\", \"Mina
For maritialtype:
maritialtype
jsonObject[1].user[0].maritialtype
For Value:
Value
jsonObject[2].user[0].Value
Because you have an array of three objects, user, which is an array or one object. It's kind of a weird structure.