Closed dalle closed 11 months ago
This fails:
const input: any = {obj: {obj2: {a: 'A', b: 'B'}}} Pointer.fromJSON('/obj/obj2/c').set(input, 'C') t.deepEqual(input.obj.obj2.c, 'C')
This fails: