
Explore json syntax and javascript object creation by declaring name-value pairs inside curly braces, separated by colons and commas, and parsing or printing the resulting object.
Learn how to define JSON arrays and objects to store employee data, declare first name and last name, use double quotes for values, and separate elements with commas and brackets.
JSON (JavaScript Object Notation) is an open standard file format and data interchange format that uses human-readable text to store and transmit data objects consisting of attribute–value pairs and arrays (or other serializable values). It is a common data format with diverse uses in electronic data interchange, including that of web applications with servers.
JSON is a language-independent data format. It was derived from JavaScript, but many modern programming languages include code to generate and parse JSON-format data. JSON filenames use the extension .json.
This course mainly focuses on learning JSON which is very important for web developers as it is used in AJAX,Restful webservices for transmitting data . In this tutorial series you get to learn about it's basics . it is a object notation of javascript which is in very demand . it is easy to learn and it is used in most web development today. By enrolling in this course you will learn all basics in less than one hour you will get a very good grip on topics in JSON. By the end of it you will have a firm understanding of the concepts of JSON and you will be able to code in JSON on your own