JamesNK / Newtonsoft.Json

Json.NET is a popular high-performance JSON framework for .NET
https://www.newtonsoft.com/json
MIT License
10.76k stars 3.25k forks source link

Fix comment on JsonConvert.SerializeObject #2956

Closed ev-yu closed 4 months ago

ev-yu commented 4 months ago

Fixes a small mistake in a function comment for JsonConvert.SerializeObject. I suspect the comment incorrectly copied from an alternative version of the function and not updated to reflect the new parameters.

JamesNK commented 4 months ago

Thanks