A = json.load(open('InputFile.json')) Got an error JSONDecodeError: Expecting value: line 2 column 13 (char 15)
Asked
Active
Viewed 73 times
0
-
Which is line 2? Which is column 13? – B001ᛦ Apr 05 '19 at 09:02
-
Possible duplicate of [Is there a memory efficient and fast way to load big json files in python?](https://stackoverflow.com/questions/2400643/is-there-a-memory-efficient-and-fast-way-to-load-big-json-files-in-python) – Michał Ziober Apr 05 '19 at 09:34