Is there a way I can automatically add comments to the serialised output from Json.NET?
Ideally, I\'d imagine it\'s something similar to the following:
pub
The Json.NET JsonSerializer doesn't automatically output comments when serializing. You'll need to write your JSON manually, either using JsonTextWriter or LINQ to JSON if you want comments