I think maybe `json_get_path()` isn't working right for situations like this: ```json { "x": [[1]] } ``` I think it's returning something like `x.[1]`. Check this.