I hope you all enjoyed this quick video on JSON. If you have any topics you want me to cover in future videos let me know!
@ectoplasm12856 жыл бұрын
fetching data from API would be nice :)
@WebDevSimplified6 жыл бұрын
@@ectoplasm1285 That is definitely something I want to cover in the future. Thanks for the suggestion!
@gopinathkrm586 жыл бұрын
Angular Framework?
@WebDevSimplified6 жыл бұрын
@@gopinathkrm58 great suggestion. I have personally never used Angular, but I have wanted to learn it so I can compare it to other frameworks such as react and vue. I will definitley make a tutorial about angular when that time comes.
@WebDevSimplified6 жыл бұрын
@William Harris is there anything in particular about the dom you are interested in learning? It is quite a wide topic.
@there-voltingcompany19605 жыл бұрын
[{"satisfaction_level": "excellent", "comment": "thanks mate, this was really useful"}]
Finally, someone who iterates the acronym of the subject matter, at the beginning, as all Teachers are taught to do. Thank You.
@neonyoutobe54055 ай бұрын
-Json is data representation format -File type: .json -Data types in Json: Strings Numbers Boolean Arrays [] Objects {key:value } pairs Preferred types in creating json files -Arrays and Objects Eg: { "NAME":"Json", "Favorite number": 7, "Is a programmer": true, "Hobbies":["Football", "Gyming" ] }
@gatorslife225 жыл бұрын
I cannot tell you how much I truly appreciate how you break everything down into bite-sized pieces of information! I felt such a wave of relief after watching this video. Seriously.
@WebDevSimplified5 жыл бұрын
Thank you so much! That really means a lot to me.
@byedwardleung4 жыл бұрын
I finally know what JSON is after nearly a year of coding :)
@sumitpurohit88493 жыл бұрын
Same here
@boonchuanlim80963 жыл бұрын
me too
@GinjouArmy3 жыл бұрын
You are all true programmers now.
@Vainglory1003 жыл бұрын
Same LOL
@carlajiguan27043 жыл бұрын
X5
@djgulston3 жыл бұрын
I'm not even working in web development. I just watched this for fun. Very good explanation! Straightforward and simple! Thanks for creating such content! You are helping loads of people!
@manojpatil24573 жыл бұрын
You use it to transport meth then? Or maybe took an inspiration 😂
@kevinerose Жыл бұрын
What explanation did you like the most? What people do you believe is the target audience?
@djgulston Жыл бұрын
@Kevin Rose Did I say something wrong? I was just spreading positivity to the man who runs this channel. Sorry, my comment wasn't specific enough for you. Should I include Harvard referencing as well? I didn't realise I was writing an academic paper. I'll be aware of that next time I write a KZbin comment. My humblest apologies, professor. Next time, I won't let you down. I hope I get an A+ on my next KZbin comment!
@bryllejittersons.urbano1203 Жыл бұрын
@@djgulston 😂😂
@itokurr515910 ай бұрын
I think you misunderstood his comment. He was just simply asking what do you think the target audience is. My response would have been perhaps those that grew up with Myspace and we used java to customize theme our Myspace profile add music to play in the background and manipulate the script to add a top 100 for the friends list as opposed to top ten or perhaps what you stated in your original post that you aren't a web or coding designer but like watching for fun. What explanation did you like the most in which he simplified it for those that are just curious bugs @kevinerose @@djgulston
@ryanyang46115 жыл бұрын
You speak with just the right speed and clarity! Beautiful!
@WebDevSimplified5 жыл бұрын
Thanks!
@thiagovilla9705 жыл бұрын
And also level of excitement. Dev KZbinrs are either too hyped or boringly monotonic
@DanielGX21654 жыл бұрын
i can finaly code in .json
@savitririshma4 жыл бұрын
couldn't agree anymore! thanks Kyle! x
@abinsyaseen72983 жыл бұрын
actually i watched this video in 1.75x speed
@Huy-ed2re5 жыл бұрын
This is really simpler than most JSON explanation I could find on the internet. You're doing great. Keep it up, bro!
@WebDevSimplified5 жыл бұрын
Thank you!
@khoavouc37064 жыл бұрын
I just understand 20% when you talk because i'm my english not well , but I focus this video i can more understand about Json, Thank you so much.
@JasonHenke Жыл бұрын
As a former professor, this is very well done. Concise, straight to the point, and clear. You do need to understand coding, but that's the audience he's going for.
@JungleTides11 ай бұрын
So, I am a C++, and C# coder / game editor. When coming across an old hml site I wanted to link my discord server to the site as a side view and reformat it for my game/server that I host. In this moment I realized that even though I have been editing this site for some time now, I actually know next to nothing about the format its self or how it is layed out. Rather I have just been finding and changing the information already present. That being said I find this video very useful and my first step in the door to actually understanding hml and the benifets or switching to JSON. On that note for view back references i would really like to save these videos and i will definitely be subscribing. Thank you!
@edvid56266 жыл бұрын
That was such a professionally styled tutorial video! You got full control over what you're gonna go through and you present with simple examples! It has not been often I've seen performance like this on a channel of this size. You deserve to be much bigger, and I hope many more people will get to see this and benefit from it! Keep it up!
@WebDevSimplified6 жыл бұрын
Thank you so much! That really means a lot to me. I try to make my videos as easy to understand as I can, and hearing that they are well done and helpful really motivates me to want to make more content. Thanks again for the compliment!
@hisdness15 жыл бұрын
I agree, this was one of the best tutorials I've seen in youtube. This guy knows how to make tutorials.
@dustinburns53734 жыл бұрын
Weather
@Mauro02 жыл бұрын
Well , it's 2022 , the channel has grown quite a bit and Kayle is still making amazing content. :)
@CodyHimselfXIАй бұрын
I'm relieved to have found content I can actually understand! No offense to the other videos my professor assigns, but I often struggle to grasp what they're saying!
@markwillis10454 жыл бұрын
It would be great to see how you pull out data from complex JSON structures such as element trees that have many children as objects, and storing them and manipulating them for various uses. All your videos are incredibly well structured and watchable, and at no point am I ever bored or confused, a perfect balance.
@mikumikuareka Жыл бұрын
Just parse it with JSON.parse(...) and work with it as you would do with a regular JS object.
@forfun49695 жыл бұрын
My questions (I am new to programming): 1. Consider those values in JSON need to get from database, what can we write in order to loop all the data from database before putting into html to be used? 2. Then, how do we link the JSON file to html without have to copy all the things in JSON to script first like you did in the video? (Can we put a variable in html and let JSON return to them?)
@daitedve19846 ай бұрын
Your questions sounds dumb. First learn areas where you suppose to work and then JSON will be just small addition to your skills. JSON is just format, don't concentrate on it.
@janoytechwizz38745 жыл бұрын
Simplicity is the ultimate sophistication, you sir have achieved that. #thumbsUp
@WebDevSimplified5 жыл бұрын
Thank you! That is my goal with the channel.
@daisyhirata2 ай бұрын
YOU'RE AWESOME! This is far the best and easiest way to understand HOW json WORKS.
@ibnzer0 Жыл бұрын
in 10 minutes, this completely cleared my understanding of JSONs. thank you so much. knowledge is power
@xtopy91453 жыл бұрын
I can't believe I am watching this for free This level of detail in concept and clarity of explanation I could not find even in the best text books You just summarized 50 pages worth of information into 11 minutes of pure bliss It truly amazes me, how much I learn from you. I don't usually write comments but this is probably the 100th time I'm watching some video of yours truly Kyle, your work is just incredibly inspiring. Thank you for all you do. :)
@Yaaae925 жыл бұрын
Your teaching style is so concise, clear, simple and straight to the point- I love it!
@emmanuelrufai64716 ай бұрын
{ "Comment": "Thanks for the video. It was very informative" }
@phaedrus26333 жыл бұрын
This is the way all video tutorials should be. Content is good. Not only that, you explain things thoroughly, and enunciate very clearly. And, in addition, you use a readable font size and contrast, so that I can read the code from across a room. I'm going to have to see what other videos you have. I can only hope that you put out a lot more tutorial videos.
@JaPls Жыл бұрын
Most helpful video I've found for breaking down what JSON is, and I love that is was clear and concise and not full of background and history of what a curly bracket is or whatever else the other youtube tutors like to include in their monologues haha
@tmach10002 жыл бұрын
After 4 years your tut is helping people like me. Thank you Prof. You are amazing.
@redeyesncode4 ай бұрын
Added comment from curl command line - Thanks for explaining JSON in so simple terms.
@melissamichielsen437 Жыл бұрын
This has helped me immensely. I felt like Json was just eluding me, I would look and struggle through it. This will make me much more efficient. Amazing tutorial. Thanks again!
@rohitkatta26353 жыл бұрын
Nice quick video 👍 Small correction - Each time you said we have to use semi-colon to separate key and value..but is "colon" 😊 For someone looking at the video won't be much problem but if someone is just listening it..it would mislead them!
@thomasthomas13602 жыл бұрын
Good catch 🙂
@LuminousWhispers112 жыл бұрын
@@TB-wvvvw Yes, people make mistakes.
@zendakk Жыл бұрын
@@LuminousWhispers11 Nobody is flaming him, it's just worth pointing out for the benefit of beginners (they main target audience, after all) who might be confused.
@LuminousWhispers11 Жыл бұрын
@@zendakk I responded to Tom Blueberry two times, who already deleted his comments, unlike the people above, he decided to be very rude to the video creator just for making a mistake.
@zendakk Жыл бұрын
@@LuminousWhispers11 Oh ok that makes sense, thanks for clarifying 👍🏼
@JohnDoe-cl2rx Жыл бұрын
Thank you supporting me in every aspect of complicated concept of programming!!! Your explanation always comes straight to my mind! Love you! You give us liquid gold!
@PrincessCarrieGraham4 ай бұрын
Thank you. I've watched a few tutes on this, but yours is the most succinct and useful to me.
@fullspeedidiot2 жыл бұрын
I've been picking things up here and there as I go but this is one of the best tutorials I've seen. You did a great job of not focusing on the mistakes people commonly make (which just perpetuates those mistakes to future learners).
@yewchoob85 Жыл бұрын
Very Very well explained, I've watched hundreds of hours of general programming tutorials and this is up there with the best of them. Also. Incredible hair dude!
@benpolgardy90624 жыл бұрын
Great video! I have one quibble though: you said "semicolon" instead of "colon" a couple of times. Just thought I'd point this out as it may confuse some people.
@AnthonyEhrhardt3 жыл бұрын
Agreed
@bashudevkumaryadav8961 Жыл бұрын
Excellent. I can’t imagine a more clear or easy to understand explanation of Json thanks alots
@sejmadelalic67714 жыл бұрын
this man just thought me more in ten minutes than my teacher did in a whole semester.. lol the irony
@SachinSingh-vy7pm4 жыл бұрын
kzbin.info/www/bejne/bGjYmYN7a6mBj7c
@XxXBalderXxX3 жыл бұрын
same. And for $2200 less.
@justhooman46823 жыл бұрын
You studied json the whole semester lmao
@chilly21713 жыл бұрын
lol, your college must be a joke then. He didn't even teach how to read data into a json file.
@choalon23813 жыл бұрын
You studied json for a whole semester??? Oh boi how long are they going to teach yall algorithms and data structure's
@martonklausz77305 жыл бұрын
Quality content, mate, thanks for this one. I'm at a new job dealing with APIs, and your content is just what I was looking for to understand JSON better. Liked and subscribed, keep up the good work.
@callmes113629 күн бұрын
{ "thank you": "100/10", "subscribed": "true"}
@470interista3 жыл бұрын
there are people who simply have that something when it comes to teaching others, your ability to explain it to an idiot in 10 something minutes is a gem, do you have a course or something?
@SweetsourGamer3 жыл бұрын
Thank you for the amazingly simple, yet thorough, explanation of JSON. I've always wanted to learn it and you made it so simple. I've always fine through my code of the current project I'm working on to add JSON and it's amazing :)
@paquinho125 жыл бұрын
Excelent tutorial. Right to the point, clear and perfect speed to follow and understand what you are doing. Subscribed!
@Datalata7 ай бұрын
This was really helpful. Captured and demonstrated the main principles and practices of json quickly and sensibly. Thanks!
@ivayloivanov47915 жыл бұрын
Quick & professional explanation - exactly what I needed. Subscribed!
@WebDevSimplified5 жыл бұрын
Thanks!
@rimblesah5 жыл бұрын
This was quite fantastic. 10/10. Thank you so much for posting.
@WebDevSimplified5 жыл бұрын
You're welcome! I'm glad you enjoyed it.
@lalitagayatri46065 жыл бұрын
Best Video ever which explains about JSON. No doubts about JSON now.. Hats Off Man 🤓
@WebDevSimplified5 жыл бұрын
Glad I could help
@Petrepeat_Ug7 күн бұрын
Am just a beginner who wants to learn JSON and I write and all APIs.But thanks for the explanation🤙🤙
@AbdullahAlabd5 жыл бұрын
You're so talented at this. Subscribed! Keep the good work.
@WebDevSimplified5 жыл бұрын
Thanks. I really appreciate it.
@JoshyHJoshy5 жыл бұрын
"SUCH" a great tutorial. Many thanks
@WebDevSimplified5 жыл бұрын
You're welcome!
@arielspalter74255 жыл бұрын
Just a perfect tutorial. Exactly how it should be done. Subscribed!
@WebDevSimplified5 жыл бұрын
Thanks!
@caedmon2behrens1863 ай бұрын
This was a great video to use to help reinforce my knowledge before I wrote a JSON .txt file for a mobile game mod
@MyReviews_karkan5 жыл бұрын
Wow, now I know how json works after 3 years of coding 😂
@Wind_Lamp5 жыл бұрын
I have a question, does front-end developer need to learn JSON and AJAX. Thank you.
@Bayo1065 жыл бұрын
@@Wind_Lamp yea
@Wind_Lamp4 жыл бұрын
@ek sikh सर थोड़ी थोड़ी बोल लेता हूं english भी कभी कभी, कोई दिक्कत हैं भाई क्या ?
@v.b.thorat11164 жыл бұрын
@ek sikh ????
@devmashup37004 жыл бұрын
Yoo. Me too
@the_01_guy5 жыл бұрын
Thank You Sir...You have simply explained the very simple thing
@bandu203 жыл бұрын
24 टू ई निप्पल
@bandu203 жыл бұрын
यू 1234567666t66t6टी टीटी। 877ऊऊऊऊऊ88i8up By
@jobayerdev5 жыл бұрын
Wow Your teaching style dam high and clean Thank You
@WebDevSimplified5 жыл бұрын
You're welcome!
@jeremiahblessing47745 жыл бұрын
Thanks Mate! Love from India!!
@SuryanshSingh-f8d4 жыл бұрын
@i am arima its use for sax bhai
@deepakjakkareddy4 жыл бұрын
Very well explained. To the point, and just what I needed :)
@NivaethanRudraharan2 ай бұрын
Superb. You're great at explaining things. Thanks a lot
Good tutorial, I understand all in one go. well explained in such a simple way. Thanks
@WebDevSimplified5 жыл бұрын
You're welcome!
@ChalkandIron2 ай бұрын
6 years later, this video helped someone :)
@dl62055 жыл бұрын
"comment" : "That was awesome ! ! ! thanks"
@WebDevSimplified5 жыл бұрын
You're welcome!
@monikabg9 Жыл бұрын
All of your tutorials are amazing! The way you explain almost everything is just so easy to follow and understand. Thank you so much for everything you have done, Kyle!! ๑^‿^๑
@PilgrimDnb5 жыл бұрын
One tip: Don't start object keys names with number ;-)
@HelmanNgu4 ай бұрын
Excellent content. Very explicit and intuitive!🥰
@averageamerican19835 жыл бұрын
Well done !...Thank you for taking the time to produce such informative and to the point presentations. You have a new subscriber !
@WebDevSimplified5 жыл бұрын
Thank you! I really enjoy making these types of videos.
@mohzaher20005 жыл бұрын
Very informative, brief and end-to-the-point. Many thanks :)
@WebDevSimplified5 жыл бұрын
You're welcome!
@merkyuk4 жыл бұрын
You keep saying semicolon when you mean colon. (Semi colon ; colon : ). It’s very important for correct syntax.
@aishwaryalakshmanan32474 жыл бұрын
Even I noticed the same
@CitRone4 жыл бұрын
there are none semicolons in this video. I have to abort viewing because that is distracting me worst.
@zxvc8494 жыл бұрын
so nice to not be fluent in such situations
@SomethingSmellsMichy3 жыл бұрын
I guess he is used to teaching java/javascript where semicolons are used
@BoredLindasTube10 ай бұрын
THIS is what I came to the comments to find! hahahaa
@Nathan-n7l2 ай бұрын
thanks for this, i now understand json because of you.
@marshwetland38085 жыл бұрын
Perfect pacing and explanation. I just wonder at the diversity or randomness of your double quote marks, e.g. at time 5:48. I guess it's just an artifact of your font, but it really threw me.
@WebDevSimplified5 жыл бұрын
Thanks. I didn't even realize some of the quotes were backwards. I guess that is what I get for trying to copy paste everything. After Effects is terrible to work with when it comes to text and I run into small annoying things like that all the time.
@ronfrost69654 жыл бұрын
but my favorite part is that I don't know what I am looking to be with my boyfriend and Wozniak has a lot to learn about the world bu experience in a simulation that is not the same as being the one who is not a simulation of paying attention to what you are doing in your fucking life but my point is that you are not going through any kind and Wozniak can do this to win a game or two for the game or the other games that use it for my time to think about what I would like to do with my own life in the w not that use a good amount or use a different amount or less amount or extra weight or more time when you need a simulation for my work on my first job and then I am not in a relationship to work as an artist but I can say it was not my problem
@samuelmorkbednarzkepler4 жыл бұрын
@@ronfrost6965 what the actual fuck did i just read
@CaneSugarHD5 жыл бұрын
7:41 I'm told it's the equivalent of a chest x-ray
@mateocerquetella25765 жыл бұрын
Kruisridder not great, not terrible
@MoSec95 жыл бұрын
Love the name😁 Reminds me of that epic flying knee. Didn't expect to see that here ... I guess I'm not alone. Ok back to JSON
@jimdonovan99614 жыл бұрын
Actually, they're not semi-colons. They are colons - two dots. Semi-colons have dot and comma.
@SBinVancouver4 жыл бұрын
I think he only misstated "semi-colon" versus "colon" once... I'd have messed up at least 3 times.
@fizzy41494 жыл бұрын
@@SBinVancouver -- I teach math and once I told my class that whenever I say 'rectangle' I really mean 'triangle'. Of course I was really kidding but the point is that a person can misspeak from time to time
@SBinVancouver4 жыл бұрын
@@fizzy4149 you seem to have missed that my comment was entirely self-deprecating, and was actually more of a tongue-in-check reply when Jim Donovan thought it was necessary to point out the difference between colons and semicolons.
@fizzy41494 жыл бұрын
@@SBinVancouver -- Yeah I totally got that. My comment was more or less supporting your comment.
@hankerino23 күн бұрын
Good stuff, very well made and easy to understand!
@AlexTechie6 жыл бұрын
I always thought that a JSON file had to begin with curly brackets, but I see you using regular brackets in the demo. What's the rule here for the start of a JSON file?
@WebDevSimplified6 жыл бұрын
A JSON file must start with one of the data types that I mentioned in the video. In most cases this will be either an object, in which case you use curly braces, or an array, which is when you use square brackets. Essentially arrays must be surrounded by square brackets while an object must be surrounded by curly brackets. This means that depending on what your JSON file contains you may use square or curly brackets at the top level of the file.
@AlexTechie6 жыл бұрын
@@WebDevSimplified Thank you!
@WebDevSimplified6 жыл бұрын
@@AlexTechie You're welcome. If you have any other questions feel free to let me know.
@wolfheart540818 күн бұрын
{"Video quality": "Dope", "Rating": 10}
@robertholtz5 жыл бұрын
4:28 - That’s not a semicolon. That’s a colon. : not ;
@paulhigg48885 жыл бұрын
He does it again @ 5:16. Also, I'm not sure why the double quotes for hobbies is different than the others.
@RockDavid5 жыл бұрын
@@paulhigg4888 We should report him and have his channel banded..tonight i will have my staff view this video many times to find other errors
@shifty77225 жыл бұрын
@@RockDavid Hahahaha :D Yes lets ban him from the internet.....too many haters around here
@RockDavid5 жыл бұрын
@@shifty7722 I think we should take this serious...have we considered his grand parents, parents, and children for banning.. I'll research his children's post for typos..thats a start
Hey! Teach me at your house Hahaha, gush! You're so handsome and smart 😍
@DomVellaUTube5 жыл бұрын
Hmm, You do realise there are occasions where you say 'semicolon' when in fact you mean 'colon'? I started noticing it in the 4th minute.
@777espiu5 жыл бұрын
Can I call myself Senior JSON developer now?
@suno54375 жыл бұрын
Im here for learning json for my datapacks on minecraft
@AaronJoelFernandes2 ай бұрын
This video is a good video for learning json for beginners
@rashidlol22223 жыл бұрын
i just came here to learn how to get free netflix
@shubhamsagar91533 жыл бұрын
can you teach me how to get free netflix ?
@arielp75828 ай бұрын
That's not funny
@amitgalugade543712 күн бұрын
Explained in good manner
@truptichavan8011Ай бұрын
Amazing breakdown of JSON
@ZUBAIRANSARI-qs7su13 күн бұрын
Easy and Simple Explanation
@kopilkaiser89913 ай бұрын
I found your video very useful and extremely helpful ✌️
@ronh8391Ай бұрын
Great video. Thank you so much! You made it easy to understand.
@kirkturkey6278Ай бұрын
@webdevsimplified is there a reason at 6:38 you don't begin with the "friends" nest before adding the regular user Kyle? Or is that just to showcase the possibilities? I guess I am curious if you could just begin with creating an array of "friends", for example, and have Kyle listed beneath? Or is there a reason to him leading the beginning?
@SurineniVlogsUK5 ай бұрын
Is it possible to generate a QR code app with json if possible how please reply me please
@unknown-b7g6 ай бұрын
learning from you from beginning from terminal
@sreeshanththekkedath4 ай бұрын
Hi, I am Sreeshanth, Thank you for the information.