Java – JSON parser for J2ME
I need a basic JSON parser that works with J2ME / CLDC 1.1
Google search will return a lot of answers (some even on stackoverflow), but it seems that all libraries and solutions are no longer available (for example, many point to implementation websites that should be on json.org, but at least I can't find anything that is not J2SE)
So far, my best hope is to link to the source here: https://meapplicationdevelopers.dev.java.net/mobileajax.html But from there, I can't even find a way to download the code directly
Given the maturity of Java in all other aspects, there must be some places where you can get a precompiled jar to parse JSON from J2ME?
Solution
After receiving the reply accepted by ZZ coder, I downloaded the link code and built a jar from it
So if you need a compiled JSON serializer / deserializer for J2ME / CLDC, you can find the source code here: https://bitbucket.org/liedman/json-me