{"Result": {
"version": [
"001","002","003","004","005"
],
"Names": {
"001": "NoName","002": "NoName","003": "Cupcake","004": "Donut","005": "Eclair"
}
}}
The above shown is the result which is i’m getting as a response now
how can i retrieve the corresponding names from the above.Pls. any one
help me in solving this.thanks
Please Refer this Example of Android Json Parsing
you can do like below may help you.