How do I control the serialization of a JObject to string?
I have some APIs that return a JObject and I usually apply some changes and persist or return them. I want
When a JObject is serialized its raw JSON is written. JsonSerializerSettings do not effect its written JSON.
JObject
JsonSerializerSettings