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
This library allows for validation of an array using another array as a ruleset. Validation rules include requiring specific keys, specific types and specific values. When the validation fails, the library throws a normal _Exception_. For best results, also consider using our [Array Sanitization]() library which will correct errors and force type corrections prior to validation.
11
+
This library allows for validation of an array using another array as a ruleset. Validation rules include requiring specific keys, specific types and specific values. When the validation fails, the library throws a normal _Exception_. For best results, also consider using our [Array Sanitization](https://github.com/multidimension-al/array-sanitization) library which will correct errors and force type corrections prior to validation.
0 commit comments