Testing JSON in Java is painful. Current solutions are either too verbose, hard to read, or give cryptic error messages.
POJO databinding The main entry point in Genson library is the Genson class. It provides methods to serialize Java objects to JSON and deserialize JSON streams to Java objects. Instances of Genson are ...