1. vk.anand's Avatar
    Hi All

    I'd like to know about the JSON (Java Script Object Notation) and How to use it in mobile/Blackberry platform.

    If anybody has exp/knowledge in it please give the necessary stuff to quick start it. I'll be obliged to get the same.

    Thanks In Adv.
    Last edited by vk.anand; 03-24-09 at 01:32 AM. Reason: To *** more suitable subject
    03-24-09 01:30 AM
  2. footose's Avatar
    JSON is similar to XML, as in it's a text-based data structure.

    Most new API's can send XML or JSON to your apps upon an HTTP GET or POST (Twitter API is one example).

    You'll want to use KSOAP or somethign similar to parse this on the J2ME.
    04-14-09 12:27 PM
  3. legallyaddictive's Avatar
    JSON is a very light weight object description format that grew out of JavaScript 1.5. It is very easy to parse and has a much smaller footprint that SOAP making it perfect for mobile apps. If you search JSON in google your first hit is really your best references. Json.org has links to tons of Java libraries that you can compile against and many open source parsers exist as well.
    05-13-09 12:58 PM
  4. coffee-turtle's Avatar
    thanks for the info. (y)
    12-30-09 10:22 AM
LINK TO POST COPIED TO CLIPBOARD