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?

有帮助吗?

解决方案 2

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

其他提示

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

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top