1

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?

Swati
  • 2,870
  • 7
  • 45
  • 87
  • duplicate of http://stackoverflow.com/questions/1470406/how-to-parse-the-json-response-in-blackberry – ax. Jan 25 '10 at 13:12

1 Answers1

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