JsonConstants static class JsonConstants Documentation Code 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; }