svanoort / pyresttest

Python Rest Testing
Apache License 2.0
1.15k stars 325 forks source link

Match list of same elements with single expected value #265

Closed Anjimeduri closed 6 years ago

Anjimeduri commented 6 years ago

Hi, I am using jmespath to extract one key value from an array of objects like simple JSON { "people": [ {"first": "James", "last": "d"}, {"first": "Jacob", "last": "d"}, {"first": "Jayden", "last": "d"}, ] } from this I am doing

this is working for me, but is there any way I can do like this

Anjimeduri commented 6 years ago

found "regex" comparator