dmeranda / demjson

Python module for JSON data encoding, including jsonlint. See the project Wiki here on Github. Also read the README at the bottom of this page, or the project homepage at
http://deron.meranda.us/python/demjson/
Other
302 stars 76 forks source link

Object literal (dictionary) is not terminated #42

Open thomaseddison opened 1 year ago

thomaseddison commented 1 year ago

This is my code... with open('data/pubdata.json', 'r', encoding='utf-8') as f: print(type(f)) for line in f: que = demjson.decode(line) print(que) And this issue happened: demjson.JSONDecodeError: Object literal (dictionary) is not terminated