Lesson 18 of 50

JSON in JavaScript

let user = {name:"Yusuf"};
let json = JSON.stringify(user);
← Previous Next →