In current example pairing logic, the number/boolean types could only accept number/boolean value. We should allow string value for these cases and try to convert the string value to the correct type.
I have a complex object with an attribute of type Object. Allowed values are string, number or boolean. I would like to achieve something like the following: ...