Question

I'm supposed to port an Android app into Nokia S40 app. I used GSON in Android to parse JSON. But unfortunately GSON is not compatible with J2ME. I tried Flexson and Jackson but no luck. So is there any library available to Serialize/Deserialize JSON for J2ME?

Was it helpful?

Solution 2

Official JSON site points to https://github.com/upictec/org.json.me/ Have you tried it?

OTHER TIPS

I suggest you try Codename One which has a builtin JSON parser and works well for J2ME, Android, RIM,iOS and Windows.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top