I get a json response from the server that looks something like this:
{ \"Response\": { \"FirstName\": \"John\", \"LastName\": \"Smith\",
You need to write a recursive function that traverses the tree and returns a new tree where the keys in the objects have been updated. The recursive function would call itself to deal with any sub-objects it encounters.