thedevsaddam / govalidator

Validate Golang request data with simple rules. Highly inspired by Laravel's request validation.
MIT License
1.31k stars 124 forks source link

i want validator data 2 level #36

Open baseron01 opened 6 years ago

baseron01 commented 6 years ago

{ "title": { "th": "en", #required "en": "th" #required "name": "xxxxxxx", #required }, "name": "xxxxxxx", #required "email":"a@a.com" } i want validate filed title>name and filed name outside

how must imprement ? plz Thx

thedevsaddam commented 6 years ago

@baseron01 there is an issue with the same field name. We need a PR to solve the issue