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