rcmgleite / json_validator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:C++ 95.7%Language:CMake 2.9%Language:Makefile 1.4%