I'm trying to read the JSONs from a folder and get the proper values, I already tested all the JSONs to see if they were valid.
The folder with the JSONs is called 'test'
for dirname, dirnames, filenames in os.walk('test'):
for filename in...
asked by
10.11.2014 / 16:23