I want to know how to parse XML data on a BlackBerry.
I read somewhere that JSON is good method to parse xml data.
Are there any tutorials to parse XML data using JSON, or any other mechanism?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Parsing XML in Blackberry
Parsing XML with JSON
Blackberry standard for JSON parsing is JSON ME
No idea… JSON can be represented and transported as a XML, but not vice versa.
XML sample:
JSON sample:
Basically if your XML is a strong equivalent of JSON, like:
there is a possibility to parse such XML with JSON.