Json.NET - Quick Starts & API Documentation
WriteComment Method (text)
Namespaces ► Newtonsoft.Json.Linq ► JTokenWriter ► WriteComment(String)
Writes out a comment
CopyC# containing the specified text.

/*...*/


- text (String)
- Text to place inside the comment.