I have some JSON I would like to map to my Boxobject:
Box
{ \"created_date\": \"2015-11-11\", \"generation_date\": \"2015-11-12T20:35:
I think you need to add an annotated argument to your constructor. For example,
public Box(@JsonProperty("json") Map json) { // TODO }