Hello
I have a JSON file that if I open it with xed there are characters shown as square with numbers inside.
I can read the file as text but I can not work with it as json object, the method json.loads(txt) fails. The error message is: ValueError: No JSON object could be decoded
How can I use it as json object?
Thank you.