09-03-2010 12:58 AM
Hello
Thank you for the JSON information
i have a JSON string like a
Objects in a Array with in the Array
{"DATA ":[ [{a,b} {d,e}] [{e,r}{u,i}] [{q,w}{p,o}] ];
i want to parse this string, i am using Org.JSON.ME package..........
Pls help me to get out of this problem.....![]()
Dj
09-04-2010 07:52 PM
Hi and welcome to the forum.
I recommend that you make yourself very familiar with the search facility - you will find it near the top right hand side of your screen. Using it you will find the answers to a lot of questions - remember if you have a problem there is a good chance someone will have had it before you?
In this case, typing json in the search field will yield a number of interesting responses, including this one, which I hope answers your questions:
http://supportforums.blackberry.com/t5/Java-Develo
09-06-2010 10:18 AM
@dj_4war - welcome to the forums. The string you want to parse doesn't seem to end with a closing "}", so it isn't a legal JSON expression.