Y
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
ZenPsycho
5127 days ago
seems like this is doubling up the work of JSON-Schema
link
alexatkeplar
5126 days ago
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
link