joi-like json validator.
First thing to do: run the tests
$ make
See tests.
- The API implemented was borrowed from joi (with some modifications, of course)
- Write code minding your colleagues who will come after you.
- Performance is very important. Do not overlook it.
- Make everything as simple as possible.
- Always write tests.
- Support json-schema
- Add more adapters
See Contributing