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

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); } }