Json parser for Blackberry OS 5
I am developing blackber开发者_Go百科ry applications using eclipse plugin. I want to parse a json response from a webservice.. I am working for Blackberry OS 5.. can anyone provide a clean json parser ??
To parse json response for blackberry os5 you need to import org.json.me and org.json.me.util packages to download these packages refer go through this link.
https://github.com/upictec/org.json.me/.
To parse json response there are lot of references go through
How to parse the JSON response in Blackberry/J2ME?
Blackberry JDE JSON parsing?
First you need to download the package containing classes used to parse.For downloading these packages refer this site
https://github.com/upictec/org.json.me/. or if you don'nt get then search for json parsing packeges for blackberry in google and then download the package.After downloadin packages you unzip it and then copy this packages (in src package) of your blackberry project application.
After coping you can import the classes the you need to used for parsing.To know what classes is used to parse just search parsing examples in google there you have lot ofexamples that explains it.
精彩评论