Troy Nichols
Troy Nichols
To make it clearer: I want to filter on json data that looks like this: ``` { "resources":[ { "name":"igloo-1", "type":"Types.igloos", "foo":{ "bar":"baz" } }, { "name":"igloo-2", "type":"Types.igloos" }, {...
Thanks for looking into this. fwiw, it appears not all jsonpath implementations support this. https://jsonpath.herokuapp.com/ Jayway does Gatling does Nebhale does not Goessner does not
Great! Thank you for that.