Closed 0x005c closed 4 years ago
As shown in #279, JSON.json(NamedTuple()) failed. This is because lower(NamedTuple()) fails (because nfields(NamedTuple()) is 0). So, I changed show_json(NamedTuple()) not to call lower().
fixes #279
travis failure is #295, so I'm merging
As shown in #279, JSON.json(NamedTuple()) failed. This is because lower(NamedTuple()) fails (because nfields(NamedTuple()) is 0). So, I changed show_json(NamedTuple()) not to call lower().
fixes #279