Hi! Using TomEE 7.x our rest endpoints now expect:
{
"name":"Name",
"occupation":"RestProblemSolver"
}
But our partner sends
{
"simpleDTO": {
"name":"Name",
"occupation":"RestProblemSolver"
}
Can I configure johnzon so it expects the DTO root name like this? Or must
configure to use jettison?
Cheers
