Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

That has an object model that is obviously different than jackson, but it is similar.  Convert to map instead, or use the jackson parsing object model.  In this case we will try the object model

TO

Code Block
JsonNode jsonNodejsonObject = GrouperUtil.jsonJacksonNode(body);

...