<PackageReference Include="System.Text.Json" Version="11.0.0-preview.2.26159.112" />

System.Text.Ascii

static class Ascii
namespace System.Text { internal static class Ascii { public static bool IsValid(string value); public static bool IsValid(ReadOnlySpan<char> value); } }