without this change for some reason we're using .get() to address an entry in the list via a index with this change we're doing it in the proper JSON path format which is `$[index]` fixes #85
without this change for some reason we're using .get() to address an entry in the list via a index with this change we're doing it in the proper JSON path format which is `$[index]` fixes #85