JsonElement.Mutable.GetProperty Method
Definition
Namespace: Corvus.Text.Json
Assembly: Corvus.Text.Json.dll
Overloads
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
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
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