Returns the value for key decoded as type T, or default if the key is absent.
The JSON key to look up.
The value to return when the key is not present.
if the key is present but the value cannot be decoded as T.