Adding JSON validation to structs in Go lang
In this blog, let's try to implement JSON validation for the data strut that we made. Let's start with the basics
What is JSON validation?
JSON validation verifies that the data that is fed into the struct is of the right order and value. This means ...
sanjayrajpoot.hashnode.dev4 min read