I
I
Israfil222020-11-25 21:51:14
JavaScript
Israfil22, 2020-11-25 21:51:14

What are the tools for data validation on the js backend?

Are there any ready-made popular, supported tools for validating data that came to the backend?
I would like to see something in the spirit of creating a model, pushing data into it - getting an answer for a match or a converted date.
In Express, I saw this in the form of json middleware, etc.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
W
WbICHA, 2020-11-26
@Israfil22

1. https://json-schema.org/ + https://www.npmjs.com/package/jsonschema
2. https://www.npmjs.com/package/joi
etc.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question