I want to limit the string length of property value when serializing to JSON using NewtonSoft JSON.NET. How can I do this? Is there a Serializer setting?
Modify property names after calling base implementation
Use your contract resolver when deserializing by setting JsonSerializerSettings.ContractResolver
We use cookies to ensure that we give you the best experience on our website. If you continue to use this site we will assume that you are happy with it.OkRead more