Skip to content

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

Notifications You must be signed in to change notification settings

mergebase/Java2Json

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation


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


About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages