Learn JSON with JavaScript Objects and APIs in 1 hour
Dive into the world of JavaScript Objects and JSON with our beginner-friendly course. Learn to connect with web APIs and handle data like a pro!
Brief Summary
This course is all about making JSON and JavaScript Objects super simple. We’ll take you step-by-step through everything you need to know to get started with JSON and web APIs. You're gonna love it!
Key Points
- Understand JavaScript objects and how to create them
- Learn how to work with JSON data and APIs
- Get practical with source code and resources
Learning Outcomes
- Create and manipulate JavaScript objects with ease
- Understand how to parse and stringify JSON data
- Connect to various web APIs to retrieve and use JSON data
About This Course
Guide to learning how to use JavaScript Objects and create and use JSON as a JavaScript Object
JSON is the most popular format for data exchange between applications. If you are interested in connected to a web API chances are its JSON formatted.
Explore how JSON works and how to access the data contained within the JSON output. This course shows you how to work with JSON formatted data, output content, loop JSON data, Parse JSON and a whole lot more.
JSON (JavaScript Object Notation) is a syntax for data. JSON is easier to use than XML and human readable. Most modern web APIs output data in JSON formats.
Within this course you will learnWhat JavaScript objects are and how to create them
How JavaScript objects can use Arrays to hold multiple items
How JavaScript arrays work and store data
See how data can be extracted out
Explore different methods of working with the JSON data stringify and parsing
Store and retrieve JSON data from storage
Use AJAX to retrieve external JSON data for use within JavaScript
Connect to various web APIs and output the response data into your web pages
All of the source code and resources are in included
Get started with JSON quickly
Understanding the basics of JavaScript and how to create websites is a prerequisites to this course. It covers working within JavaScript code to produce dynamic functionality.
For an instructor with over 18 years of real world web development experience. Learning how to work with JSON is a key skill within modern web development. JSON and APIs are everywhere, once you start working with them you will be amazed at what can be done with a few lines of code.
I'm here to help you learn about JSON and ready to answer any questions you may have. Join now and bring some JSON data into you web applications today.
Connect to APIs and retrieve JSON data
Parse JSON data from Strings
Be able to work with JavaScript Objects
Course Curriculum
10 Lectures
9 Lectures
Instructor

More Courses By
John
Easy to understand.
- Helpful
- Not helpful
Ted W.
I would give this a 5 star
- Helpful
- Not helpful
Marlon M.
Very clear explanation that I can fully understand.
- Helpful
- Not helpful
Lucilla G.
The course was a good initial approach to Json, unfortunately the video quality was not always good.
- Helpful
- Not helpful
Peter F.
Great overview
- Helpful
- Not helpful
Jon
This was super solid and what I expected. Your explanations were fairly easy to grasp ( maybe a smidge more about jQuery?) and the given examples trouble free, putting aside my own typos. It's my first time working with API's while still developing my javascript powers and this definitely helps me solve a problem for work. Maybe in the future you could add a section about how to deal with API's that require authorization?
- Helpful
- Not helpful
Gary B.
I'm enjoying the course...xampp was a bit slow to install at first; didn't end up using it anyway
- Helpful
- Not helpful
Daniel D.
I had no knowledge of using API's before this, so I wanted a short course to enable me to try different API's out. This course offered just that. I now feel i can try out other API's and play around with outputting to my web page.
Very good course for anyone trying to get up and running with API's.
- Helpful
- Not helpful
David P.
Watching the source code examples and with the provided source code examples, I was able to learn the JSON stuff quickly. The autogenerated captions are not very accurate thou.
- Helpful
- Not helpful
Your email address will not be published. Required fields are marked *
Lynden S.
This course was good. However, there are some elements of the topic that is missing. For instance, the instructor could add a section on posting JSON data to the server.