
Learn JSON - Full Crash Course for Beginners
video description
Date: 2022-03-14
Comments and reviews: 7
Thiago
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
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
freecodecamp
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
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
femaledeer
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
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
Web
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
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
Enrish123
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
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
H76
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
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
Nyubi
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
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















