json-include
v1.0.0
Published
Library that can execute including operations
Downloads
12
Readme
JSONInclude
Able to determine if an entity contains all properties and values of another one
Install
npm install json-includeMethods
JSONInclude.inspect(Model, Entity)
Return true if Model contains every properties and values of Entity, whatever the order
jsonInclude.fullfill(Model, Entity)
Complete Entity so it can contains every values of Model.
