I am creating a mobile application using j2me, which interacts with a webservice. The webservice responds with JSON data.
How do I parse it and get the individual values?
I am creating a mobile application using j2me, which interacts with a webservice. The
Share
Sun has a technical article – Using JavaScript Object Notation (JSON) in Java ME for Data Interchange – which will be helpful for you.