# Introduction In this Python challenge, we will be discussing how to convert a Python object into a JSON object. JSON is a lightweight data interchange format that is easy for humans to read and write and easy for machines to parse and generate.
Click the virtual machine below to start practicing