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

System.Text.Json.JsonConstants

static class JsonConstants
public static ReadOnlySpan<byte> Delimiters { get; }

public static ReadOnlySpan<byte> EscapableChars { get; }

public static ReadOnlySpan<byte> FalseValue { get; }

public static ReadOnlySpan<byte> NaNValue { get; }

public static ReadOnlySpan<byte> NegativeInfinityValue { get; }

public static ReadOnlySpan<byte> NullValue { get; }

public static ReadOnlySpan<byte> PositiveInfinityValue { get; }

public static ReadOnlySpan<byte> TrueValue { get; }

public static ReadOnlySpan<byte> Utf8Bom { get; }