Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
JSON for beginners.
Rating: 3.6 out of 5(28 ratings)
2,853 students

JSON for beginners.

The course for beginners in web api. JSON is used as communication format in web api.
Last updated 7/2023
English

What you'll learn

  • What is JSON?
  • JSON vs XML
  • Data types in JSON
  • JSON and javascript

Course content

1 section5 lectures38m total length
  • What is JSON?13:31
  • Data types in JSON9:25

    Learn the core json data types: string, number, boolean, null, object, and array. See how to parse and represent them, including decimals, with json parse and stringify.

  • JSON vs XML7:26

    Explain the difference between XML and JSON, define XML as extensible markup language for storage, and show why JSON is preferred for APIs due to its lighter footprint.

  • Browsing public JSON APIs for practicing.2:19

    Explore public json apis for practicing and learn to fetch json results from endpoints like jsonplaceholder. Copy urls, paste requests, and explore currency rates and usd to inr conversions.

  • Calling a json api in javascript ajax XMLHttpRequest5:25

Requirements

  • Anybody who has the basic knowledge of web technologies and web api calling.

Description

The course is for people holding some or no knowledge about JSON. The people searching to gain knowledge in JSON and JSON APIs. JSON stands for Javascript Object Notation. It is the specification to notate the object in javascript so that the notation can be parse to the native object in any programming language. The enrolling person needed to have some knowledge about HTML/CSS and javascript. The course lectures will be

1) What is JSON?  : lecture for describing the JSON and its syntax. Advantages and purpose in web API.

2) Data Types in JSON: the different way to represent the data according to the type of value. String, Number, Object, Array, Boolean and Null.

3) JSON vs XML : The other format for any web api is XML and some description about XML will be covered. Why to choose JSON over XML also covered.

4) Browsing the public JSON APIs for practicing: there are several APIs available for public for practicing or for non profit cause. The beginners can browse those APIs and integrate in their applications

5) Calling the JSON API in javascript ajax XMLHttpRequest : Calling a public JSON API for converting the currency from USD to INR. In this lecture the javascript syntax for XMLHttpRequest is used .

Who this course is for:

  • Beginner who has the knowledge of web technologies and looking to get started with web api.