-
Explore how the JavaScript Object Notation (JSON) format works and how you can use it to read and share data in your web projects.
JavaScript Object Notation (JSON) has replaced XML as the core way of sharing data, especially when it comes to JavaScript, since it's so much faster, sleeker, and easier to parse. In this course, dive into working with JSON tools, designing JSON objects, and using different ways to handling JSON data. Author Ray Villalobos also shows how to use AJAX and jQuery to parse your data and feeds, and shows JavaScript and JSON in action in a real-world practical application.
Overview
Syllabus
-
Introduction
- Welcome
- What you should know before watching this course
- Using the exercise files
- What is JSON?
- Understanding objects and JSON
- Creating simple data
- Using JavaScript and JSON tools
- Debugging JavaScript objects with your browser
- Modifying Array objects in JavaScript
- Looping through JavaScript objects
- Accessing objects in arrays
- Parsing JSON data with AJAX
- Communicating across sites with JSONP
- Using jQuery to parse JSON feeds
- Setting up our HTML file
- JavaScript templating with mustache.js
- Rotating with jQuery Cycle
- Styling our application
- Next steps