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?
Asked
Active
Viewed 1,105 times
1
-
duplicate of http://stackoverflow.com/questions/1470406/how-to-parse-the-json-response-in-blackberry – ax. Jan 25 '10 at 13:12
1 Answers
3
Sun has a technical article - Using JavaScript Object Notation (JSON) in Java ME for Data Interchange - which will be helpful for you.

Daniel Kamil Kozar
- 18,476
- 5
- 50
- 64

Vivart
- 14,900
- 6
- 36
- 74