Closed
Description
Description
When we try to denormalize an object with type-hinted property with builtin type and it does not match we get an NotNormalizableValueException with message that contains a field name. Sometimes we want to get key of that field.
I suggest adding a property key
to NotNormalizableValueException and just set it in ArrayDenormalizer.
Example
No response