<PackageReference Include="System.Text.Json" Version="7.0.0-preview.5.22301.12" />

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