Skip to content

tvjg/conformist

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Conformist

travis-ci js-standard-style

A mostly functional [sic] JSON schema validator

Overview

Conformist is an attempt to build a JSON schema validator based around applicative validation. It is something of a clean rewrite of jjv. It attempts to preserve a similar API while using a functional programming based approach for the internals.

Stability

Unstable: Expect patches, additional features, and API changes.

This module is still under conceptual development.

Example

var Conformist = require('conformist')

var env = Conformist()
var validate = env.compile({ type: 'string' })

validate(null)

License

MIT

About

🎱 A mostly functional [sic] JSON schema validator

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published