JsonProperty Struct

Definition

Represents a single property for a JSON object.

public readonly struct JsonProperty
Inheritance
JsonProperty

Properties

Name

Gets the name of this property.

Value

Gets the value of this property.

Methods

NameEquals(ReadOnlySpan<Byte>)

Compares the specified UTF-8 encoded text to the name of this property.

NameEquals(ReadOnlySpan<Char>)

Compares the specified text as a character span to the name of this property.

NameEquals(String)

Compares the specified string to the name of this property.

ToString()

Provides a string representation of the property for debugging purposes.

WriteTo(Utf8JsonWriter)

Writes the property to the provided writer as a named JSON object property.

Applies to

Prodotto Versioni
.NET Core 3.0, Core 3.1, 5, 6, 7, 8 (package-provided), 8, 9 (package-provided), 9
.NET Framework 4.7 (package-provided), 4.7.1 (package-provided), 4.7.2 (package-provided), 4.8 (package-provided)
.NET Standard 2.0 (package-provided)