Hacker News new | ask | show | jobs
Node.js Library For Serializing, Deserializing And Validating Objects (rackspace.com)
22 points by rphillips 5127 days ago
1 comments

seems like this is doubling up the work of JSON-Schema
I wouldn't say so. From a quick look, this seems more like Python's DictShield, but for node.js. JSON-Schema is just a format to serialize/deserialize to

https://github.com/j2labs/dictshield