# Introduction This Python challenge requires sorting the keys of a JSON object alphabetically and writing the sorted JSON object to a file. This challenge will test your knowledge of working with JSON objects and writing to files in Python.
Click the virtual machine below to start practicing