json tutorial for beginners learn how to program part 1 JavaScript




Lesson Code: http://www.developphp.com/video/JavaScript/JSON-Tutorial-for-Beginners-Learn-How-to-Program
Learn JSON for beginners with Adam. JSON stands for JavaScript Object Notation. It is a lightweight format for creating and sending data objects. JSON is a part of JavaScript and not a separate entity, the notation syntax is built into the raw Javascript programming language.

Original source


48 responses to “json tutorial for beginners learn how to program part 1 JavaScript”

  1. What if I want to open the file in a browser that isn't my favorite browser? Will it not work if I use Internet Explorer because I dislike it?
    Thanks for the video though! Definitely a great introductory tutorial.
    And for the record, when building any sort of webpage it's a good idea to test with multiple browsers. I've had things work in Firefox that don't work in Chrome. Can never be too careful.

  2. I have a doubt, if we update a key value of an object like above eg US to Italy after creating obj4 with containing obj1 as previous keys. And after that we call obj4.u1.country will it be updated to Italy or remain as US?

Leave a Reply