Include json
tag in structs if field is annotated with @jsonName
#326
Labels
enhancement
New feature or request
json
tag in structs if field is annotated with @jsonName
#326
As title says, in its current form
json
tags are not included in the generated Go code.We use
jsonName
extensively throughout our Smithy models, but the Go code is unusable without thejson
struct tags.If you can point me towards where it needs to be added, I can look at submitting a pull request.
Many thanks.
The text was updated successfully, but these errors were encountered: