pyhocon
pyhocon copied to clipboard
UnicodeEncodeError: 'ascii' codec can't encode characters in position 134-135: ordinal not in range(128)
Trying to use the tool.py to convert a hocon file to a json, but seeing the error
UnicodeEncodeError: 'ascii' codec can't encode characters in position 134-135: ordinal not in range(128)
Removed logic in to_json method. Tool seemingly outputs valid .json formatted file from hocon after running tool.py.