Skip to content

neilprosser/cjson-java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Implementation of CJSON in Java.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published