Skip to content
This repository has been archived by the owner on Aug 27, 2019. It is now read-only.

Understanding JSON aggregation results

Greg Hines edited this page May 4, 2016 · 1 revision

If you have the aggregation results from Annotate or Shakespeare's World, they are in JSON format. This wiki is a brief discussion of how to deal with them. The following code is in Python - JSON and Python are a natural fit and Greg (the person who wrote the Annotate/Shakespeare's World aggregation code) works in Python. That said, other languages should support JSON - it may just not be as simple.

To load a JSON file in Python, use the following code

Clone this wiki locally