OpenAPITools / openapi-generator

OpenAPI Generator allows generation of API client libraries (SDK generation), server stubs, documentation and configuration automatically given an OpenAPI Spec (v2, v3)
https://openapi-generator.tech
Apache License 2.0
20.6k stars 6.29k forks source link

[python] Add an option to add ensure_ascii=False to json.dumps #18888

Closed wing328 closed 2 weeks ago

wing328 commented 3 weeks ago

Add an option to add ensure_ascii=False to json.dumps

based on https://github.com/OpenAPITools/openapi-generator/pull/18787

cc @cbornet (2017/09) @tomplus (2018/10) @krjakbrjak (2023/02) @fa0311 (2023/10) @multani (2023/10)

PR checklist