Skip to content

Object literal (dictionary) is not terminated #42

@thomaseddison

Description

@thomaseddison

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions