Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 1.09 KB

README.md

File metadata and controls

16 lines (11 loc) · 1.09 KB

json-validation (documentation)

Build Status

A small, simple JSON validation library. There are already a few JSON schema frameworks in the ecosystem:

Of these, this library is most similar to json-schema, in that it is not an implementation of json-schema.org, but rather is a collection of combinators for validating the structure of a JSON object (e.g. for use in hspec-expectations).

TODOs