Retrieve the value associated with the given key of an
Object.
The result is
Nothing if the key is not present or
empty
if the value cannot be converted to the desired type.
This differs from
.:? by attempting to parse
Null the
same as any other JSON value, instead of interpreting it as
Nothing.