| layout | default |
|---|---|
| title | Home |
| nav_order | 1 |
| permalink | / |
{: .fs-10 }
Yet another validation tool to validate complex model, but simple and flexible to use. {: .fs-6 .fw-300 }
Get Started{: .btn .btn-blue .mr-3 .fs-5 } View on Github{: .btn .fs-5 }
Validation is a function that takes
model(not just key-val pairs) andruleas input, produces a structurederrors(we will see shortly why we use plural) object as output. No more and no less.
- No view template integrations.
- No front-end framework integrations.
- No mutation observation or monitoring.
Why? Because it's simpler and more flexible without them.
bcx-validation is licensed under the MIT license.