1. 2
    The JSON.stringify API
    8m 26s

The JSON.stringify 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 serialize a JavaScript object or array into a JSON string. This API allows you to customize the serialization very specifically as well.