The following pattern helps to avoid making a PersonWrapper
class that just has one property of Person the_person
.
Use by calling
Person person = Person.fromJson(responseFromNetworkCall);
Example json you would be unwrapping seen in person.json
.