Welcome!

Welcome to the Official BlackBerry Support Community Forums. This is your resource to discuss support topics with your peers, and learn from each other. New to the forum? Please visit the ‘Getting Started’ link below.
inside custom component

Java Development

Reply
New Contributor
dj_4war
Posts: 3
Registered: ‎09-03-2010

Re: How To use package org.json.me in BlackBerry JDE ?

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.....:smileyhappy:

 

Dj

Please use plain text.
Developer
peter_strange
Posts: 17,659
Registered: ‎07-14-2008

Re: How To use package org.json.me in BlackBerry JDE ?

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-Development/JSON-library/m-p/573687#M117982

Please use plain text.
Developer
Ted_Hopp
Posts: 1,304
Registered: ‎01-21-2009

Re: How To use package org.json.me in BlackBerry JDE ?

@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.




Solved? click "Accept as solution". Helpful? give kudos by clicking on the star.
Please use plain text.