Is there a way to control how dictionary keys are serialized on a per-property basis?
I have written a CamelCaseExceptDictionaryKeysResolver
which makes sure all dictionary keys are serialized PascalCase for all properties in the JObject.
Any way to do this with an attribute on the specific property?