Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 426 Bytes

File metadata and controls

12 lines (8 loc) · 426 Bytes

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