This library https://commentjson.readthedocs.org/en/latest/ will let us write comments like: ``` { "name": "Vaidik Kapoor", # Person's name "location": "Delhi, India", // Person's location # Section contains info about // person's appearance "appearance": { "hair_color": "black", "eyes_color": "black", "height": "6" } } ``` @eengstrom