Parse JSON result via j2me
I am creating a mobile applicatio开发者_StackOverflow社区n using j2me, which interacts with a webservice. The webservice responds with JSON data. How do I parse it and get the individual values?
Sun has a technical article - Using JavaScript Object Notation (JSON) in Java ME for Data Interchange - which will be helpful for you.
精彩评论