All modern json parsers can understand utf-8 encoding, so it feels to me that default `ensure_ascii=True` should be a thing of the past.
All modern json parsers can understand utf-8 encoding, so it feels to me that default
ensure_ascii=Trueshould be a thing of the past.