Hacker News new | ask | show | jobs
by quietbritishjim 2987 days ago
Why not just use a proper Map object?
1 comments

My intention was to quickly validate the response of a ReST API by making sure only desired properties are present in the response (avoiding exposure of not required properties). using validators like joi, ajs etc is one way, but in some cases thats a bit extra work for the node