Nuacht

This tutorial is intended for participants who have basic programming experience with Python, including loops, conditionals, and lists. No previous experience with JSON is expected. Some familiarity ...
JSON Data Parsing In this exercise, you'll use Python's json library to read JSON-formatted files into your program, process the data, and print out JSON-formatted results.
Having a parsing interface that just supports parsing a string is probably a premature optimization on the other end of the spectrum. A Little Light Reading My first thought was to look to the source ...