
Learn json basics with javascript by using chrome dev tools console, brackets editor, and online resources such as Code Pink and json formatters to validate and format data.
Compare JSON objects and JavaScript objects, noting quotes, arrays, and data types, while learning to format JSON and access values with dot notation.
Learn how to format javascript objects as valid json with proper double quotes, output dynamic content using bracket notation, and safely concatenate variables to build brands.
Learn to convert a JSON string to a JavaScript object with JSON.parse, handling whitespace and accessing properties like person 1 after parsing.
Learn to loop through a json object, extract the value array, and dynamically output jokes into html containers using JavaScript.
JSON is short for JavaScript Object Notation. The natural choice of data format for JavaScript.
It allows you to easily store and exchange data. JSON is the ideal way to exchange data between a browser and server. JSON can be used as a text string and then converted in usable JavaScript objects easily.
JSON and JavaScript objects make it easy to work with data, save data and send data!
Send and receive your application data as JSON.
JSON is used EVERYWHERE, learning about JSON is important if you want to connect to web apis, transfer data and retrieve data in a simple straight forward format.
Source Code is included to get you started quickly with JSON
Top links and resources
Taught by an instructor with over 18 years of Web development experience
I'm ready to help you learn more about JSON and happy to answer any questions you may have.
Join now and start learning how to use JSON in JavaScript.