# node-swiz

node-swiz is a [node.js](http://nodejs.org) serialization and validation
framework intended to be used with RESTful APIs which commonly use XML and
JSON as transports.

# Installation

`npm install swiz`

# Tutorial and intro

[node-swiz – Node.js Library For Serializing, Deserializing And Validating Objects In REST APIs](http://www.rackspace.com/blog/node-swiz-node-js-library-for-serializing-deserializing-and-validating-objects-in-rest-apis/)
    
# Running tests

`npm run-script test`

# Build status

[![Build Status](https://secure.travis-ci.org/racker/node-swiz.png)](http://travis-ci.org/racker/node-swiz)

# License

node-swiz is distributed under the [Apache license](http://www.apache.org/licenses/LICENSE-2.0.html).