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