combine
combine copied to clipboard
JSON improvements
Our JSON sucks right now. Effectively, each indicator is treated as a list. Turning it into a key-value array (dict in Python terms) would make it much more readable and useful. This requires careful planning, though, in case anyone actually consumes the JSON currently.
Re-evaluate after #121 lands