You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be nice, if we could add a constructor to KeyValuePairConverter so we can specify alternate names for Key and Value by using the Parameter property of the JsonConverterAttribute.
It would be nice, if we could add a constructor to
KeyValuePairConverter
so we can specify alternate names forKey
andValue
by using theParameter
property of theJsonConverterAttribute
.Consider this example
With the change we would get
The text was updated successfully, but these errors were encountered: