String match
Description
Compare JSON key value to the value passed in parameter and returns true if match.
Parameters
Parameter | Description | Type | Default |
---|---|---|---|
key | JSON key where value is located, separate nested dictionary with / | str | N/A (Mandatory) |
regex | Regex to which compare the JSON value to | str | N/A (Mandatory) |