Object paths are now split into lists of strings (for properties), ints, (for array indices), and the special INDEX_STAR value for array "star" indices. Modified existing tests so they'll pass again, and added one additional test to exercise the splitting and different types of path components.
Object paths are now split into lists of strings (for properties), ints, (for array indices), and the special INDEX_STAR value for array "star" indices. Modified existing tests so they'll pass again, and added one additional test to exercise the splitting and different types of path components.