true even when the property’s value is null, false, or empty
text.
Inputs
Outputs
Dot and bracket paths are supported. Given:
customer.addresses and customer.addresses[0].city return true.
This checks existence, not whether the value is useful or non-empty. A key
whose value is
undefined can still be treated differently by later actions.