ArK
ArK

Reputation: 21068

Eclipse j2me json parsing

i'm using eclipse pulsar for j2me apps . How to set up json parsing library for my project?

i tried to use json-simple but not clear about build with eclipse. Is there any other simple solution ?

Upvotes: 0

Views: 744

Answers (1)

Mr. Sajid Shaikh
Mr. Sajid Shaikh

Reputation: 7251

Just check Using JavaScript Object Notation (JSON) in Java ME for Data Interchange it includes examples how to use it & also you can download JSON Library for Java ME. Just download json for j2me jar & create library in netbean & add this jar to that library. Now when you want to use this library just right click on resources & add this library. Thanks

Upvotes: 1

Related Questions