JsonConstants
namespace System.Text.Json
{
internal static class JsonConstants
{
public unsafe static ReadOnlySpan<byte> Utf8Bom => new ReadOnlySpan<byte>(&global::<PrivateImplementationDetails>.F1945CD6C19E56B3C1C78943EF5EC18116907A4CA1EFC40A57D48AB1DB7ADFC5, 3);
public unsafe static ReadOnlySpan<byte> TrueValue => new ReadOnlySpan<byte>(&global::<PrivateImplementationDetails>.DEBC2F07DB78D52D2DEF07B7BC620D7042367501D9439A62BA09B559A98E0957, 4);
public unsafe static ReadOnlySpan<byte> FalseValue => new ReadOnlySpan<byte>(&global::<PrivateImplementationDetails>.98151954F217A510702D236DE168CC35D0AB2F99C4479CC9B07EEEDE7EF73A66, 5);
public unsafe static ReadOnlySpan<byte> NullValue => new ReadOnlySpan<byte>(&global::<PrivateImplementationDetails>.97CCCB1B1197F11C6EDBB0D93975220592EF8FAF618C8770A131E4F7DFE567CC, 4);
public unsafe static ReadOnlySpan<byte> NaNValue => new ReadOnlySpan<byte>(&global::<PrivateImplementationDetails>.5AC07401E4F83150BC0552D68E463CFF181D33C5DBEE917B7C8F7AD508FF81C4, 3);
public unsafe static ReadOnlySpan<byte> PositiveInfinityValue => new ReadOnlySpan<byte>(&global::<PrivateImplementationDetails>.13DEB4F81E4D9ED6197EEFBA2DF8CE10439D53D30FBA199F61461E159C624CED, 8);
public unsafe static ReadOnlySpan<byte> NegativeInfinityValue => new ReadOnlySpan<byte>(&global::<PrivateImplementationDetails>.DD8F6C9CBF007866E6C260785EFAAE6C32A8228CE7CE3CDE5F87B28CDFCD2AC3, 9);
public unsafe static ReadOnlySpan<byte> Delimiters => new ReadOnlySpan<byte>(&global::<PrivateImplementationDetails>.2D3ECB0435B638C234311ED9076E86553842EFB85DA106574F2ED7DA85605804, 8);
public unsafe static ReadOnlySpan<byte> EscapableChars => new ReadOnlySpan<byte>(&global::<PrivateImplementationDetails>.D99A2E8B9B20C0C331F6C7128C2EA35622C429B103209CADD52E77B45309B8EE, 8);
}
}