Skip to content

PRO TIP Block youtube.com at the DNS level — Pi-hole, NextDNS or your hosts file — but allow youtube-nocookie.com and i.ytimg.com. These tutorials keep playing; the rabbit hole does not.

Learning without distractions

Learn JSON files in 10 minutes! 📄

152.6K views on YouTube

#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