I have JSON, with differents levels field, so I want to convert to a single JSON with fields with one level for example:
{ \"prop1\":\"value1\", \"prob2
Try implementing the @JsonUnwrapped annotation. More information at http://jackson.codehaus.org/1.9.9/javadoc/org/codehaus/jackson/annotate/JsonUnwrapped.html