Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 332 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 332 Bytes

#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);