jsonpath
jsonpath copied to clipboard
$.owners.[*].firstName should be supported
as compared to $.owners[*].firstName
, it works on http://jsonpath.herokuapp.com/?path=$..author
$.owners.[*].firstName
VS
$.owners[*].firstName