Skip to content

Latest commit

 

History

History
32 lines (26 loc) · 976 Bytes

README.md

File metadata and controls

32 lines (26 loc) · 976 Bytes

joi-like json validator.

Getting started

First thing to do: run the tests

$ make 

Usage

See tests.

Design principles

  1. The API implemented was borrowed from joi (with some modifications, of course)
  2. Write code minding your colleagues who will come after you.
  3. Performance is very important. Do not overlook it.
  4. Make everything as simple as possible.
  5. Always write tests.

Supported adapters

TODOs

  1. Support json-schema
  2. Add more adapters

Contributing

See Contributing