Home > cjson-java

cjson-java

Cjson-java is a project mainly written in JAVA and GROOVY, based on the View license.

Implementation of CJSON in Java.

CJSON in Java

CJSON is a compressed JSON format described in Steve Hanov's blog post.

The implementation is a Java port of the Javascript version Steve provides.

To use this library:

CJSON.pack(someJSON);

CJSON.unpack(someCJSON);
Previous:PyWork