/jsend

Java JSend library, based on omniti labs spec, for JSON Response serialization

Primary LanguageJava

jsend

Java JSend implementation for JSON serialization. JSend is an easy to use library for creating JSON responses according to JSend specification.

Jackson library is required for JSON serialization and JUnit for testing it. Maven tool is required for build.

You can read JSend specification at http://labs.omniti.com/labs/jsend

In src/test/java folder you can see a JUnit Test with two functions of how to use it