This document outlines a lesson on JSON (JavaScript Object Notation). It introduces JSON, describing its basic syntax and components like objects, arrays, values, strings and whitespace. It demonstrates how to parse and work with JSON data in Python, including reading and writing JSON from files and URLs, converting between dictionaries and JSON, and appending data. As an activity, students are asked to analyze COVID-19 case data from an API in JSON format, wrangle the data, and submit their Python code. The next lesson materials will be available on the professor's GitHub page.