Keys Of Object
Creates a list of the property names of object
Description
Creates a list of the property names of object
Example:
-
inputs
- source =
{ "user": "barney", "age": 36, "active": true }
- source =
-
outputs
- result =
[user, age, active]
- result =
Inputs
- Source (Object): The object to query. JSON object or string
Outputs
- Result (Object): Property names
- Error Flow (Error Flow): Triggered by providing incorrect json string or object