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
Nice to see that I'm not the only one who wants to generate code from JSON.
However, plain JSON/YAML is the only notation that can be used as a source for code generation.
I'd like to propose OpenAPI V3 generation, assume you have the following JSON file:
Nice to see that I'm not the only one who wants to generate code from JSON.
However, plain JSON/YAML is the only notation that can be used as a source for code generation.
I'd like to propose OpenAPI V3 generation, assume you have the following JSON file:
this JSON file may end up in a go struct like:
thoughts?
The text was updated successfully, but these errors were encountered: