You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm evaluating various validation libraries in order to find one that is expressive and able to validate nested structures. Respect is great except that I can't find the path of the failed key. What I mean:
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello,
I'm evaluating various validation libraries in order to find one that is expressive and able to validate nested structures. Respect is great except that I can't find the path of the failed key. What I mean:
I can't get "15.permissions.perm3" in any way. W/o this feature validation loses half of its value. The goal is to get something like:
My case is quite a common one: fat forms and complex APIs. If validation can't say exactly what is wrong, the usage and debugging become a nightmare.
Are there any plans for tracking paths?
Thank you.
Beta Was this translation helpful? Give feedback.
All reactions