JSON parser for J2ME

Posted by Liedman on Stack Overflow See other posts from Stack Overflow or by Liedman
Published on 2010-06-05T17:19:59Z Indexed on 2010/06/05 17:22 UTC
Read the original article Hit count: 966

Filed under:
|
|

I need a basic JSON parser that works with J2ME / CLDC 1.1.

A Google search returns tons of answers on this (some even on stackoverflow), but it appears that all point to libraries and solutions that are no longer available (for example, lots point to an implementation that is supposed to be on the json.org site, but at least I can't find anything that isn't J2SE only there).

My best hope so far is the source linked here: https://meapplicationdevelopers.dev.java.net/mobileajax.html, but from that one I can't even find a straight forward way to download the code.

Given the mature state of Java in all other aspects, surely there must be somewhere I can get a pre-compiled JAR to use for parsing JSON from J2ME?

© Stack Overflow or respective owner

Related posts about java

Related posts about JSON