Forum Discussion

smartbear90211's avatar
smartbear90211
Occasional Contributor
11 years ago

JSONPath 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...