JsonProperty Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents a single property for a JSON object.
public value class JsonProperty
public readonly struct JsonProperty
type JsonProperty = struct
Public Structure JsonProperty
- Inheritance
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. |