Abstract
Utilities for handling objects.
Static
Resolves the KeyValue entries of the given object.
The object to get the entries from.
An array of tuples of the key and the value of the objects properties.
Gets the correctly typed keys for the given object.
The object to get the keys from.
The correctly typed keys as an array.
Resolves the values of the given object.
The object to get the values from.
An array of all values of the objects properties.
Utilities for handling objects.