Skip to content

JsonBoolean.Mutable

Definition

Namespace: Corvus.Text.Json.AsyncApi.Internal
Assembly: Corvus.Text.Json.dll

public readonly struct JsonBoolean.Mutable : IMutableJsonElement<JsonBoolean.Mutable>, IJsonElement<JsonBoolean.Mutable>, IJsonElement, IFormattable, ISpanFormattable, IUtf8SpanFormattable

Implements

IMutableJsonElement<JsonBoolean.Mutable>, IJsonElement<JsonBoolean.Mutable>, IJsonElement, IFormattable, ISpanFormattable, IUtf8SpanFormattable

Properties

Property Type Description
ValueKind JsonValueKind

Methods

Method Description
Clone()
Equals
EvaluateSchema(IJsonSchemaResultsCollector?)
Freeze()
From(T) static
GetHashCode()
ToString
TryFormat
TryGetValue(bool)
WriteTo(Utf8JsonWriter)

Operators

Operator Description
Equality
explicit operator JsonBoolean.Mutable(JsonBoolean)
Implicit
Inequality

Applies To

Product Versions
.NET 9, 10

Collaborate with us on GitHub

The source for this content can be found on GitHub, where you can also create and review issues and pull requests.

Open an issue