2019-01-13 UTC
# cjwillcock based on the discussion of yesterday about using JSON files for golden testing, I decided that using JSON in almost any way for the tests creates an unnecessary coupling to the JSON encode/decode functions. So I'll switch to testing with the internal data structures and their representations for the most part and drop in some JSON testing later (much later)