Skip to main content
The Is Empty? action returns true when an object has zero enumerable top-level keys.

Inputs

Outputs

{} is empty. {"value": null} is not empty because it still has the value property.