Problem encoding/decoding introducing in a JSON list data
Hello,
I've some urls to introduce in a JSON list the command used are this one to encode:
#encode to ASCII
url.encode(encoding='ascii',errors="ignore").decode()
In the context the variable is perfect, however inside the JSON list it's not. Even
...


