-
Notifications
You must be signed in to change notification settings - Fork 116
Nested validate don't work with rules #221
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
@sujit-baniya sorry to bother you, did your changes from the issue solve this problem? |
@zKoz210 Yes it did solve the issue for me. But it required a little bit of optimization so I used https://github.com/tidwall/gjson and final changes looked like |
@sujit-baniya can you make a pull request with these changes? it would be just wonderful |
@inhere Any suggestions/opinions before creating pull request from the forked repo? |
hi @sujit-baniya @zKoz210 |
@inhere thanks for the quick response and solution to the problem, your package is the most convenient and functional. can you make a new release? |
Release a new version as soon as today. |
System (please complete the following information):
macOS
1.20
1.5.0
Describe the bug
nested data more than 1 level is incorrectly validated. while required works correctly
To Reproduce
Result:
without additional rules (OK):
Result
Expected behavior
Nested structures must validate correctly
The text was updated successfully, but these errors were encountered: