List bool equal

Description

Compare JSON key value to the value passed in parameter and returns true if equal.

Parameters

ParameterDescriptionTypeDefault
keyJSON key where value is located, separate nested dictionary with /strN/A (Mandatory)
valueValue to which compare the JSON valueboolN/A (Mandatory)
order_mattersIf true, will compare taking account of the orderbooltrue