Learn JSON files in 10 minutes! 📄

Learn JSON files in 10 minutes! 📄

89.381 Lượt nghe
Learn JSON files in 10 minutes! 📄
#javascript #tutorial #json // JSON = (JavaScript Object Notation) data-interchange format // Used for exchanging data between a server and a web application // JSON files {key:value} OR [value1, value2, value3] // JSON.stringify() = converts a JS object to a JSON string. // JSON.parse() = converts a JSON string to a JS object 00:00:00 introduction 00:00:36 create json files 00:03:24 json.stringify() 00:05:27 json.parse() 00:07:10 fetch() 00:09:30 conclusion