json library for java 1.4
问题 I'm using JCAPS 5.1.3 and only have Java 1.4 and need to handle with Json data. Unfortunately all libraries I've found use Java 1.5 and above. I just found lots of new implementations in this thread here, but which one works with 1.4. Is there a stable and simple version to use with Java 1.4? 回答1: An alternative is to use Retroweaver to make the jar compatible with Java 1.4: http://retroweaver.sourceforge.net 回答2: You can use my json library. It supports marshalling and unmarshalling to