/Java2Json

Java 1.2 compatible JSON parser/formatter written as a single source file. This is Open Source. TAG_OS_TOOL, OWNER_KELLY, DC_PUBLIC

Primary LanguageJava

ABOUT
-----
Java2Json.java is a single class you can copy & paste into
any Java project that requires JSON parsing and/or formatting.
(Simply move it out of its "com.mergebase.util" namespace
to suit your needs).


QUICK EXAMPLE:
-----
javac -cp . Example.java
java -cp . Example