VehiclesFashionRecipesBlogsHuntTravelsSportFunHandmadeITEducation
Mini-Games
x

x
zakruti.com » IT - Software » freeCodeCamp.org
Learn JSON - Full Crash Course for Beginners

Learn JSON - Full Crash Course for Beginners

FBTwitterReddit

video description

Rating: 4.0; Vote: 1
Learn everything you need to know about JSON in 10 minutes. You will learn: - what JSON is, - why JSON is important, - what JSON is used for, - the syntax of JSON, - and see multiple examples of JSON. JSON (JavaScript Object Notation) is the most popular data representation format, and is one of the most important, and easiest concepts you can learn in programming. It allows you to create APIs, config files, and structured data. We will be covering all of the terminology, and going through live examples of all the different JSON types. Tutorial created by Web Dev Simplified. Check out their channel for more great content: https://www.youtube.com/channel/UCFbNIlppjAuEX4znoulh0Cw
Date: 2022-03-14

Comments and reviews: 7


Just an observation. On 9:45 you used backticks ( - ) also known as a grave accent (what is not the same of a single quote). This is called Template literals, both quotes and apostrophes can be used safely without any sort of extra escaping or consideration. Template literals provide multi-line support as well.
reply

Thanks for the video. Just one remark: even thought I got general idea about JSON one question remain unclear: why does it even exist in the first place? How do I use it in my project? What another options?
reply

It seems like copying the Json code without quotes and copying the json code with quotes and then parsing it, accomplished the same, so I don-t understand why you would want to copy it as a string.
reply

Thank you Free Code Camp for sharing my JSON crash course video. If anyone has any questions or comments let me know by replying to this comment, and I will reply as quickly as possible.
reply

I don't get that why don't you just make these objects with arrays and so on in your vanilla JavaScript? You are copying it anyway in the same form. Thank you for an answer. :)
reply

Thank you :) Excellent explanation and easy to follow :) but I did get an error in the console when using json.parse -Uncaught SyntaxError: Unexpected token n in JSON at position 22-
reply

I tried to show me my data in the browser, like in the video but for some reason its empty, the only thing that I can see is the Title. Any knows why ?
reply
Add a review, comment






Other channel videos