In this video, youâll get some practice deserializing JSON data from a web API. Then, youâll learn how to manipulate this extracted data to derive meaning from it.
If youâre following along, hereâs the resource used in the video: jsonplaceholder.typicode.com/todos


terrymiddleton on May 11, 2019
I still don’t understand the what the difference is between serialized and deserialized means. Is it just that when deserializing we are pulling the matching the data to the key pairs when we read the json file? I’m missing somthing.