In this video I cover how to deserialize and serialize the JSON data you receive from API calls. This is a good step in defining how your domain should be modeled in your client/front-end apps, regardless of what data you get over the wire from API calls. Also, this gives you the ability to add custom methods and behavior instead of working with plain data.