nadreck.me
Extracting a Nested JSON Value in Python
First, some context: I’ve been working on some Python libraries at work that do things with sets of json data. This is generally pretty easy: Python has a nice library for reading json, so it…