System.Text.Json.Nodes.JsonNodeOptions public struct JsonNodeOptions Options to control JsonNode behavior. Documentation Code namespace System.Text.Json.Nodes { public struct JsonNodeOptions { public bool PropertyNameCaseInsensitive { get; set; } } }