json-logic-php
json-logic-php copied to clipboard
Allow array length usage inside var attribute
trafficstars
To evaluate array length instead of its value, you can use this syntax myArray.length inside the var field. Its useful to apply logic on the array length and not on its values.