Is there a way to to tell Jackson
parser to go to another JSON
within an external JSON
?
Just to simplify, I want to do something like this
{
"id" : 100,
"myObject" : {
"embeddedKey" : "embeddedValue"
}
}
Is there a way to to tell Jackson
parser to go to another JSON
within an external JSON
?
Just to simplify, I want to do something like this
{
"id" : 100,
"myObject" : {
"embeddedKey" : "embeddedValue"
}
}