@kishorez/fjvtest
v0.0.1
Published
Flow based JSON validation to validate data based on flow.
Downloads
1
Readme
Flow Based JSON Validation!
Schema based JSON validators.
Typical JSON validators ensure the json data's adherence to JSON schema. If it doesn't, gives tons of errors about how it failed to do so!
Introducing Flow based JSON validation!
Moving validation from schema based to flow based, open's up lot of possibilities not just in terms of performance, but also in terms of rich user experience when validating data.