1

I want to serialize and de-serialize (from a POJO) JSON objects for J2ME. I did go through few tools available like GSON etc. Since they use Java reflection, J2ME doesn't support the same.

gnat
  • 6,213
  • 108
  • 53
  • 73
Vijay Ravi
  • 19
  • 2

1 Answers1

2

JSONParser is a part of LWUIT4IO although it has a few bugs that were only fixed in Codename One. Codename One also contains a JSON/XML processing package similar to XPATH.

Shai Almog
  • 51,749
  • 5
  • 35
  • 65