Improve code generation for request body of type JSON #23
Labels
codegen
Add code generator for new prog language, library & framework
enhancement
New feature or request
good first issue
Good for newcomers
not planned
This improvement suggestion was highlighted in #9
In an app, JSON request body is created based on user input/parameters stored as a Map. This Map is then converted to a string when the request is about to be sent. Our code generator should reflect the same.
The text was updated successfully, but these errors were encountered: