System.Text.Json.JsonCommentHandling
Defines how the Utf8JsonReader struct handles comments.
namespace System.Text.Json
{
public enum JsonCommentHandling : byte
{
Disallow,
Skip,
Allow
}
}