Exemplo n.º 1
0
func (i IsJSONChecker) IsFormat(data string) bool {
	return govalidator.IsJSON(data)
}
Exemplo n.º 2
0
func (s *service) IsJSON(str string) bool                    { return gov.IsJSON(str) }