ProtectJS
ProtectJS copied to clipboard
Enable deep object protection
Add support for object properties..
var obj = {
name: 'Test Object',
deep: {
name: 'Another object'
}
}
Support depth option #7