Is it possible, through Views or otherwise, to conditionally flatten JSON 
like this:

{
  "attr1": "foo",
  "attr2": {
    "id": 123,
    "src": "bar"
  }
}

To this:
{
  "attr1": "foo",
  "attr2": bar"
}

It needs to serialize and deserialize,

-- 
You received this message because you are subscribed to the Google Groups 
"jackson-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to