문제

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