objecttoarray
Turns an object into an array of its keys for looping. Returns empty array for null/empty objects.
Instructions
Accepts an Object and returns an Array based on the Object's keys, allowing looping on the Object. If Null or an empty object is passed in, an empty Array will be returned.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||