chk this code and please inform me why its happening..
\i have to access "strProduct" and "numPrice" values so..
var objQuotations = {
"vendors": [
{
"strVendor": "V1",
"objQuotation": {
[
{"strProduct": "Soap", "numPrice": "40"},
{"strProduct": "Vanish", "numPrice": "80"},
{"strProduct": "Bicuit", "numPrice": "25"}
]
}
}
]
}