It doesn't seem to be possible to access values whose path includes arrays. ```json { "foo":["bar"] } ``` Ideally, the `prop_path` = `foo[0]` should return the value `bar`.