关于[Serializing a PascalCase Newtonsoft.Json JObject to camelCase]的摘要:
In this post I describe one of the quirks of serializing JSON.NET JObject (contract resolvers are not honoured), and show how to get camelCase names when serializing a JObject that stored its property names in PascalCase.
原文地址: https://andrewlock.net/serializing-a-pascalcase-newtonsoft-json-jobject-to-camelcase/