Hacker News new | ask | show | jobs
by o_____________o 4012 days ago
Lately I've been using the JSON schema format to validate. It's powerful and clean. We've paired it with RAML to validate everything from the URL parameters, POST bodies, response bodies, etc.

http://json-schema.org/ https://github.com/zaggino/z-schema