Methods
(inner) objectDeepKeys(obj) → {array}
A recursive function that returns all the keys of an object in the semantic description list
Parameters:
Name | Type | Description |
---|---|---|
obj |
object | a Javascript object |
Returns:
with all the keys of the object
- Type
- array