Now: `path.to.array.0` => After: `path.to.array[0]` Pros? Cons?
Now:
path.to.array.0=> After:path.to.array[0]Pros? Cons?