Same as previous
Description
Compare JSON key value to the value passed in parameter and returns true if match.
Parameters
| Parameter | Description | Type | Default |
|---|---|---|---|
| keys | JSON keys where values are located, separate nested dictionary with / | list[str] | N/A (Mandatory) |
| exclude | JSON keys to exclude in comparison | list[str] | N/A (Mandatory) |