You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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!
The text was updated successfully, but these errors were encountered: