In Chapter 1, Getting Started with JSON, you were introduced to basic JSON, how JSON objects can be embedded into an HTML file, and how basic operations such as accessing keys can be performed on simple JSON objects. Now it's time to move ahead with some simple yet advanced steps. In this chapter, you will learn about:
- Inserting external JavaScript
- Accessing multilevel JSON objects
- Performing modifications in JSON data
Now let's take a step forward and work with JSON objects that are bigger, more complex, and closer to the JSON that we would work with in real-world situations.