Closed liangjs closed 6 months ago
Describe the bug The following code throws TypeError: unhashable type: 'dict'. Notice that the json string is malformed (unmatched double quotes), however we should not throw exception in such cases.
TypeError: unhashable type: 'dict'
To Reproduce
json_repair.loads('''{ "a": "aa", "de": "{ asdf": {} }" }''')
Describe the bug The following code throws
TypeError: unhashable type: 'dict'
. Notice that the json string is malformed (unmatched double quotes), however we should not throw exception in such cases.To Reproduce