The JSON.parse API

InstructorKent C. Dodds

Share this video with your friends

Send Tweet

JSON (JavaScript Object Notation) is a standard method to serialize JavaScript objects and is commonly used to transfer data from the server to the browser. The browser has a JSON API that allows you to parse the JSON string into a JavaScript object. This API allows you to customize the parsing behavior very specifically as well.

Valerie
~ 8 years ago

Very useful and perfectly presented

Kent C. Doddsinstructor
~ 8 years ago

Thank you so much for saying so! ❤