Learn JSON files in 10 minutes! 📄
Bro Code Bro Code
1.84M subscribers
28,792 views
0

 Published On Dec 22, 2023

#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

show more

Share/Embed