Retrieve the value associated with the given key of an
Object.
The result is
Nothing if the key is not present or if its value
is
Null, or
empty if the value cannot be converted to
the desired type.
This accessor is most useful if the key and value can be absent from
an object without affecting its validity. If the key and value are
mandatory, use
.: instead.