
Explore json concepts and how to use it with javascript in web applications, including extracting data and displaying thumbnails from the random user api.
Introduction to JSON shows how to use Brackets editor and JSON lint to validate and read JSON data, and explains JSON as JavaScript object notation.
Explore how to build and access JavaScript objects and JSON using dot and bracket notation, work with name-value pairs, update DOM content, and validate JSON formatting.
Explore the core data types of JSON, including strings, numbers, objects, arrays, booleans, and null, and learn how keys must be strings and how to update objects with bracket notation.
convert JavaScript objects to readable JSON strings using JSON.stringify and JSON.parse, output and update values in the page, and learn how to round-trip between objects and strings.
Learn how to use localStorage to save and read JSON objects with JSON.stringify and JSON.parse, and implement an incrementing counter that updates on page load.
Create and fetch a local JSON file using the fetch API, converting JSON into a JavaScript object to access and use its data in your web app.
Explore complex JSON objects and arrays by building a JSON file of friends, then fetch and render their first and last names on a web page.
Navigate nested json data in objects and use for each, for in, and other loops to output values from the friends array and their skills.
Master nested JSON data by parsing a JSON file, looping through friends' skills, and counting skill occurrences with a dynamic skill list, while logging results to the console in JavaScript.
Fetch data from the random user API and parse JSON to display user thumbnails on a web page. Iterate over data.results and render images using the picture.thumbnail path.
Fetch data from a local json file using JavaScript and a click button. Display the json items on the page, showing first name and last name.
Learn to fetch and render complex JSON data with JavaScript, navigating nested arrays and objects to extract names, cities, and countries, and display results on a web page.
Learn JSON - Quick Introduction to JSON Data
Explore how JSON data can be used within web pages - Explore how JavaScript Objects and JSON are used within JavaScript Coding
This course is a fast paced course with all the source code included - Please try the code as you got hough the lessons to learn.
There are prerequisites to this course - please ensure you do have the skillset to learn the content presented within the lessons. The design is to explore JSON and how it works. Scope of this course is JSON and content related to the learning objective will only be covered in the lessons of this course. Perfect to get introduced to JSON or as a refresher to anyone already familiar with web coding.
Course will introduce the basics of JSON and how JavaScript objects relate to JSON data.
Java Script is a prerequisite to this course as the scope and focus on the lessons is a quick introduction to JSON
JavaScript vs JSON
JavaScript Objects Updates and creating JSON Objects
Validating JSON data structure
Complex JSON data with nested Arrays and Objects
JSON data types
How to iterate through JSON data
Connecting to a JSON file
Parse and Stringify of JSON data
Source Code is included
Taught by a web developer with over 20 years experience - ready to help you learn and answer any questions you might have.
Fast friendly support is always available within the Q&A section