Learn JSON with JavaScript Objects and APIs in 1 hour

Go to class
Write Review

Free Online Course: Learn JSON with JavaScript Objects and APIs in 1 hour provided by Skillshare is a comprehensive online course, which lasts for 1-2 hours worth of material. The course is taught in English and is free of charge. Learn JSON with JavaScript Objects and APIs in 1 hour is taught by Laurence Svekis.

Overview
  • Learn jQuery AJAX in 1 hour
    Guide to getting started with AJAX use jQuery to make seamless connections to external data sources
    and APIs
    AJAX can load data from external files and into JavaScript seamlessly without page reloads. jQuery
    makes working with AJAX easy, providing powerful methods for AJAX calls. AJAX is an essential skill
    for modern web development.

    AJAX (Asynchronous JavaScript and XML)

    With AJAX, web applications can send data to and retrieve data from a server all in the background.
    AJAX allows for web pages to change content dynamically.

    Load content from external files, load JSON data and use the data within JavaScript.

    JavaScript is used to bring these technologies together to create amazing user experiences, with JSON
    data and the web elements. jQuery is ideal for making AJAX calls by simplifying the code and making
    it easier create.

    This course is designed to get you started quickly...

    step by step training
    source code included try it for yourself
    resources and top links
    everything you need to bring AJAX into your web applications
    from an instructor with over 18 years of web development experience
    explore JSON data within web APIs
    AJAX is an essential skill to have, learning how to use AJAX will bring your web applications to the
    next level.

    I'm here to help you learn about AJAX and ready to answer any questions you may have.

    Get started with AJAX now and see what you can do.

Syllabus
    • JSON1hr
    • 1 JSON API introduction
    • 2 Resources for working with JSON
    • 3 Creating JSON Data
    • 4 Storing mulitple objects in array object
    • 5 Convert to String and Parse JSON
    • 6 Storing JSON as String to retrieve and parse when needed
    • 8 JavaScript Arrays and JSON
    • 9 JavaScript Loops Dynamic Object Names
    • 11 Use AJAX to get JSON data into JavaScript
    • 12 Loop each item in JSON
    • 14 Joke API retrieve JSON response
    • 16 Getting API data
    • 18 Create your own JSON connection to an API