Search code examples
web-servicesjsonblackberryjava-me

Parse JSON result via j2me


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?


Solution

  • Sun has a technical article - Using JavaScript Object Notation (JSON) in Java ME for Data Interchange - which will be helpful for you.