Without knowing python, I google and found https://www.w3docs.com/snippets/python/unicode-utf-8-reading-and-writing-to-files-in-python.html.
The solution is to specifiy file open as UTF8:
with open('Ranger_Policies.json', 'r', encoding="utf-8") as f: