ProtectJS icon indicating copy to clipboard operation
ProtectJS copied to clipboard

Enable deep object protection

Open TremayneChrist opened this issue 8 years ago • 0 comments

Add support for object properties..

var obj = {
  name: 'Test Object',
  deep: {
    name: 'Another object'
  }
}

Support depth option #7

TremayneChrist avatar Aug 16 '16 20:08 TremayneChrist