javajsonblackberryblackberry-jde

BlackBerry webservice JSON parsing


I have a webservice url that retrieve a JSON as response.I need to send a request to this url and parse JSON from my blackberry App.I have tried some examples but not working.

Anybody have a working example of this?

Help is highly appreciated.

Thanks, VKS


Solution

  • You can use this JSON utilities library for J2ME for parsing JSON on BlackBerry devices.

    As for retrieving data over HTTP there's plenty of examples on SO and on the BlackBerry Developer website (e.g. http://www.blackberry.com/developers/docs/5.0.0api/javax/microedition/io/HttpConnection.html) which can help you.