Reputation: 2918
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?
Upvotes: 1
Views: 1109
Reputation: 15313
Sun has a technical article - Using JavaScript Object Notation (JSON) in Java ME for Data Interchange - which will be helpful for you.
Upvotes: 3