tags:

views:

30

answers:

2

how to encode and decode Json in J2ME?

A: 

Have you tried this code? It's old, but I believe it should still work fine.

Alex Martelli
This is difficult to understand, especially for those who can't even use search engines...
BlaXpirit
+1  A: 

Encoding it you can easily do manually, but for encoding and decoding here is a tutorial to help you.

http://jimmod.com/blog/2010/03/java-me-j2me-json-implementation-tutorialsample/

James Black