I have Json coming from an api and i want to Deserialize it into an object, however the json looks like this:
{
"ticket_metric": {
some json fields etc
}
I have a class that maps to the objects inside the ticket_metric, how do i map to it without having to create a root object with a ticket_metric field inside it.