Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
JSON Quick Introduction JSON Data JavaScript using JSON
Rating: 4.5 out of 5(28 ratings)
4,499 students

JSON Quick Introduction JSON Data JavaScript using JSON

EXPLORE HOW you can use JSON data within you frontend applications JavaScript JSON - Quick Introduction to JSON Data
Created byLaurence Svekis
Last updated 11/2024
English
English [Auto],

What you'll learn

  • What JSON data is and how to use it
  • Using JSON with JavaScript
  • JSON and how it works

Course content

2 sections25 lectures1h 30m total length
  • Quick Introduction to JSON.1:59

    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.2:59

    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.

  • JavaScript Object Notation.7:19

    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.

  • Source0:09
  • Data Types JSON5:01

    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.

  • Source0:05
  • JavaScript Stringify and Parse.5:15

    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.

  • Source0:06
  • JavaScript LocalStorage Challenge8:27

    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.

  • Source Code0:13
  • Fetch JSON FIle Data4:06

    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.

  • Source Code0:07
  • Array of Items JSON.6:59

    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.

  • Source0:08
  • Nested JSON data Output.6:59

    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.

  • Source Code0:21
  • Nested JSON Challenge.4:08

    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.

  • Source Code0:10
  • Web JSON APIs using JSON7:08

    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.

  • Source Code0:07

Requirements

  • JavaScript experience
  • HTML and CSS
  • Web development Experience

Description

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

Who this course is for:

  • Web Designers
  • Web Developers
  • WebMasters