Skip to content

JsonElement.Mutable.GetProperty Method

Definition

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

Overloads

Method Description
GetProperty(string)
GetProperty(ReadOnlySpan<char>)
GetProperty(ReadOnlySpan<byte>)

GetProperty(string)

Source: JsonElement.Mutable.cs

public JsonElement.Mutable GetProperty(string propertyName)

Parameters

Name Type Description
propertyName string

Returns

JsonElement.Mutable

Applies To

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

GetProperty(ReadOnlySpan<char>)

Source: JsonElement.Mutable.cs

public JsonElement.Mutable GetProperty(ReadOnlySpan<char> propertyName)

Parameters

Name Type Description
propertyName ReadOnlySpan<char>

Returns

JsonElement.Mutable

Applies To

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

GetProperty(ReadOnlySpan<byte>)

Source: JsonElement.Mutable.cs

public JsonElement.Mutable GetProperty(ReadOnlySpan<byte> utf8PropertyName)

Parameters

Name Type Description
utf8PropertyName ReadOnlySpan<byte>

Returns

JsonElement.Mutable

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