Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Traceback (most recent call last):
- File "C:\Users\MuhammedMustafa\Desktop\Python\test.py", line 33, in <module>
- data = json.load(json_file)
- File "C:\Python27\lib\json\__init__.py", line 291, in load
- **kw)
- File "C:\Python27\lib\json\__init__.py", line 339, in loads
- return _default_decoder.decode(s)
- File "C:\Python27\lib\json\decoder.py", line 364, in decode
- obj, end = self.raw_decode(s, idx=_w(s, 0).end())
- File "C:\Python27\lib\json\decoder.py", line 382, in raw_decode
- raise ValueError("No JSON object could be decoded")
- ValueError: No JSON object could be decoded
Advertisement
Add Comment
Please, Sign In to add comment