jsonstreams
jsonstreams copied to clipboard
tests: use json.load instead of file.read for non formatting tests, in addition for those
Some tests are about the output of the libarary, some are only about the validity. Using json.load will test the validity for us.