How to decode JSON string to string, not unicode How to decode JSON string to string, not unicode json json

How to decode JSON string to string, not unicode


You can't. Encode the strings after loading. Or even better, fix the rest of the code so that it doesn't fall over when using unicode.