Swati
Swati

Reputation: 2918

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?

Upvotes: 1

Views: 1109

Answers (1)

Vivart
Vivart

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

Related Questions