Hi,
Have you considered saving the JSONs in UTF-8, as opposed to ASCII? For people who just want to have a quick look at the file in an editor instead of loading it programmatically, the current format is either hard or outright impossible to read, depending on the language. An ensure_ascii=False would go a long way.
Thanks!
Hi,
Have you considered saving the JSONs in UTF-8, as opposed to ASCII? For people who just want to have a quick look at the file in an editor instead of loading it programmatically, the current format is either hard or outright impossible to read, depending on the language. An
ensure_ascii=Falsewould go a long way.Thanks!