JavaScript Object Notation (JSON) is a widely used format for serializing and transmitting structured data. JSON has numerous use-cases, including sending data to and from the web browser, storing configuration data, and as a format for Cloud Infrastructure as Code (IaC) templates.
Learning how to use JSON will make you more effective at working with cloud-based technologies and other systems and tools.
In this hands-on laboratory, you will create a JSON file, parse your file, and serialize a Python data structure to JSON.
Upon completion of this beginner level lab, you will be able to:
Familiarity with the following will be beneficial but is not required:
The following content can be used to fulfill the prerequisites:
Updates
May 26th, 2023 - Pinned flask and werkzeug due to breaking changes