Skip to content

rcmgleite/json_validator

Repository files navigation

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

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published