Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Introduction to JavaScript Object Notation (JSON)
Rating: 4.2 out of 5(1,081 ratings)
6,147 students

Introduction to JavaScript Object Notation (JSON)

Created byMarie Taylor
Last updated 11/2015
English

What you'll learn

  • A handout with key terms and key points for each course section
  • A quiz at the end of each section that tests your understanding of important JSON concepts, followed by a final exam at the end of the course.
  • By the end of the course, you will be able to use JSON in your own applications with skill and confidence.

Course content

9 sections20 lectures1h 23m total length
  • Introduction to JSON4:15

    This lecture will introduce you to JSON and set the stage for your understanding of JSON.

  • Introduction to JSON Handout1:00

    This handout provides key terms and key points from the lectures in this course section.

  • Introduction to JSON Quiz

Requirements

  • A basic understanding of JavaScript (beginner is fine)
  • A basic understanding of Client Side vs Server Side (beginner is fine)

Description

JSON stands for JavaScript Object Notation. JSON has become a widely accepted and popular format for data due to it’s platform neutral nature, lightweight format, and it’s ability to convert directly to native JavaScript Objects. JSON is being used everywhere from Web APIs, to noSQL databases, to server side language libraries and client side frameworks.

This course will give you a low level understanding of JSON syntax, data types, and formatting, followed by a high level introduction into the many applications of JSON out in the world today. This course will also address security concerns with JSON, so you can use JSON in your own applications with confidence.

Putting JSON in your tool-belt is the first step. This course will give you not just an understanding of JSON syntax, but and understanding the role JSON is currently playing in the web today.

In Web Development there are a lot of buzzwords buzzing like:

  • JSON Web APIs
  • Single Page Applications
  • Client Side Model-View-Controller (or MVC)
  • NoSQL Databases

This course seeks to inspire you in how you can use the new JSON in your toolbelt through exposing you to the role JSON plays in these technologies. Join me, Marie Taylor, and learn JSON today.

Who this course is for:

  • Programmers and Developers at any level