thedevsaddam/govalidator

i want validator data 2 level

baseron01 opened this issue · 1 comments

{
"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

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