Skip to content

JsonElement.Source

Definition

Namespace: Corvus.Text.Json
Assembly: Corvus.Text.Json.dll
Source: JsonElement.Mutable.cs

public readonly struct JsonElement.Source

Constructors

Constructor Description
JsonElement.Source(...)

Properties

Property Type Description
IsUndefined bool

Methods

Method Description
AddAsItem(ref ComplexValueBuilder)
AddAsPrebakedProperty(ReadOnlySpan<byte>, ref ComplexValueBuilder)
AddAsProperty
FormattedNumber(ReadOnlySpan<byte>) static
Null() static
RawString(ReadOnlySpan<byte>, bool) static
WriteTo(Utf8JsonWriter)

Operators

Operator Description
Implicit

Applies To

Product Versions
.NET 9, 10
.NET Standard 2.0, 2.1

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