https://github.com/cornips/object-validator
Check objects according to scheme
https://github.com/cornips/object-validator
jest nodejs schemes
Last synced: 10 months ago
JSON representation
Check objects according to scheme
- Host: GitHub
- URL: https://github.com/cornips/object-validator
- Owner: cornips
- Created: 2020-03-29T23:05:36.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-03-04T09:12:27.000Z (over 3 years ago)
- Last Synced: 2024-05-02T05:58:32.107Z (about 2 years ago)
- Topics: jest, nodejs, schemes
- Language: JavaScript
- Size: 842 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Object validator
Node project to check objects according to schemes in JavaScript.
## Getting started
Install dependencies
```
npm install
```
To check results, run Jest test
```
npm run test
```