Learn JSON files in 10 minutes! šŸ“„

Bro Code • December 22, 2023
Video Thumbnail
Bro Code Logo

Bro Code

@brocodez

About

Coding bootcamps HATE HIM! šŸ—æ

Video Description

#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