<PackageReference Include="System.Text.Json" Version="10.0.0" />

System.Text.Json.Nodes.JsonNodeOptions

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