Wednesday, September 28, 2016

Python 3.5 NameError str has no object 'get' after reading json file

Solution
file is not loaded as json file
use
json.load()

No comments:

Post a Comment