``` > setProperty(a, ['a','b','12312'], 'test') { a: { b: [ <12312 empty items>, 'test' ] } } ``` - [ ] move away from dot-prop to explicit path segments array (int is array index, string is object key)