Nathaniel Camomot

Results 1 issues of Nathaniel Camomot

``` const validationError = jsonpatch.validate([ { op: 'replace', path: '/firstName', value: 'first' }, // middleName does not exist { op: 'remove', path: '/middleName', value: 'middle' } ], { firstName: 'first',...