{ "match": true, "comment": "Requests match with regex", "expected" : { "method": "POST", "path": "/", "query": "", "headers": {"Content-Type": "application/json"}, "matchingRules": { "$.body['2'].str": {"match": "regex", "regex": "\\w+"} }, "body": { "2" : { "str" : "jildrdmxddnVzcQZfjCA" } } }, "actual": { "method": "POST", "path": "/", "query": "", "headers": {"Content-Type": "application/json"}, "body": { "2" : { "str" : "saldfhksajdhffdskkjh" } } } }