Serialization and validation for datatypes based on JSON Schema
npm install ceramicCeramic
=======
Based on JSON-Schema, ceramic can map simple JSON into domain entities used in the application. It can also validate entities against constraints specified in the schema.
Ceramic also comes with two optional batteries, ceramic-db (https://github.com/jeswin/ceramic-db) and ceramic-http-parser (https://github.com/jeswin/ceramic-http-parser). Ceramic-db is an Object Document Mapper (ODM). Ceramic-http-parser parses an HTTP request and converts it into a complex-type using ceramic.
Documentation is at http://jeswin.github.io/ceramic