smartbear90211Occasional Contributor11 years agoJSONPath Expression to assert a list contains a specific element I'm looking for an expression which checks if an element with id=123 is contained in a json-list. [ { "id": "123" } }, { "id": "456" } } ] Given the a...Show More
marclOccasional Contributor11 years agoI think you're looking for something like this:$[?(@.id == 123)].id
Recent DiscussionsUnable to authenticate license in Ready API Login button unresponsiveSolvedAssertions Panel issue to update assertions since update 3.63ReadyAPI websocket plugin issue
Related ContentSet a JSONPath expression parameter from a datasourceProperty Expansions in JSONPath expression in Property Transfer stepJSONPath match filter by property name containing brackets