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
It would be great if quicktype produce validate tags for go structures.
Input Format: JSONSchema
Output Language: go
Description
Unfortunately in go there are no way add validation tags to json without external library. The most popular library currently is validator from google (https://github.com/go-playground/validator). It will give an abillity to validate json data in go applications.
It would be great if
quicktype
producevalidate
tags for go structures.Input Format: JSONSchema
Output Language: go
Description
Unfortunately in
go
there are no way add validation tags to json without external library. The most popular library currently isvalidator
from google (https://github.com/go-playground/validator). It will give an abillity to validate json data in go applications.Current Behaviour / Output
This json schema
will be generated into this go struct
Proposed Behaviour / Output
This json schema
will be generated into this go struct
Solution
Alternatives
Context
The text was updated successfully, but these errors were encountered: