Models
New models for most json files inside the /models folder. I use a simple schema here:
- simple constructors for standard python datatypes, such as int, str, list of strings, etc.
- a decode() method to convert dict -> a certain class... this is, a representation of an object inside the json input
- a drilldown() method that does the same as decode(), but for all elements inside a list
Edited by Alberto Pianon