Open ghost opened 3 years ago
@asaskevich Please review.
Hello guys! I forked this package cause owner disappeared. Hope, he will be back, but it would be easier to merge these changes back if he is back Link to my repo: create issue there and we'll discuss it.
Fixes #351 Summary With the current behavior, if a field of the struct is having any validation error, the error message contains the struct JSON tag name instead of the field name. With this fix, the error message will have the field name instead of the struct JSON name.