# Introduction JSON (JavaScript Object Notation) is a lightweight data interchange format that is easy for humans to read and write, and easy for machines to parse and generate. In this challenge, you will use the built-in json module to work with JSON files.
Click the virtual machine below to start practicing