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
Reading more on Gin, its a heavy weight thats why most prefer something light weight framework like Chi the one we are using
Chi doesn't have its own inbuilt validator and its usually paired with package Validator which Gin also uses internally
For json schema there is a package gojsonschema that allows you to validate JSON payloads against a predefined JSON schema.
I will look into these two libraries
No description provided.
The text was updated successfully, but these errors were encountered: