I have looked at a few JSON libraries for Java, but few of them seem to follow the same serialization pattern as core Java serialization patterns. I would like to use a native Java JSON serialization object, but in the absence of that what third party library matches Native serialization and preferably will serialize anything marked serializable.
+1
A:
best I have seen on paper is flexJSON it looks fairly complete and a very close match to the XMLEncoder pattern.
Kelly Anderson
2009-08-25 19:58:02
+1
A:
I'm pretty fond of the Jackson JSON Processor. Its fast, and very flexible.
jsight
2009-08-25 20:08:19