There is a V2 version for JSON marshalling that is way more strict and useful. link to package: https://pkg.go.dev/encoding/json/v2 Right now we are using the Gin JSON decoder.
There is a V2 version for JSON marshalling that is way more strict and useful.
link to package: https://pkg.go.dev/encoding/json/v2
Right now we are using the Gin JSON decoder.