Improvements to the JSON interface
Some small improvements to the JSON interface
- Convert all
open
calls towith open
to avoid read/write errors - Add a json object encoder/decoder to handle conversions of conmplex, arrays, and dataframes
- Clean up the read_in_result method
- Store pandas dict in list orientation
- Minor fixes to documentation
- Set of tests to check the encoding/decoding doesn't miss any data