When using an IDE or Maven to generate code, you may encounter a serialization error with the string "application/json; charset\u003dutf-8". This issue occurs because the \u003d sequence is not properly escaped, causing errors when generating code for other languages using open-generator. #232
Labels
bug
Something isn't working
Your Environment
Expected Behavior
Current Behavior
The "requestBody" section contains "\u003d" in the generated openapi.
Steps to Reproduce
Context
This issue causes the openapi code generator to throw errors.
Other Notes
1. I added utf8 in the mvn configuration.
2. smart-doc.json (local, no privacy concerns)
pom.xml configuration
Issue
This issue causes the openapi generator to produce errors when generating code.
The text was updated successfully, but these errors were encountered: