cedadev / ceda-di

Other
2 stars 2 forks source link

Fixed python json.load(file) issue #32

Closed rsmith013 closed 7 years ago

rsmith013 commented 7 years ago

In the end, the thing which fixed it was to copy into pycharm and paste back into the mapping file. This seemed to remove whatever character was blocking json.load() and worked in my test. Let me know if you get the same result.