IMutableJsonDocument.TryGetNamedPropertyValue Method
Definition
Namespace: Corvus.Text.Json.Internal
Assembly: Corvus.Text.Json.dll
Overloads
TryGetNamedPropertyValue(int, ReadOnlySpan<char>, ref JsonElement.Mutable)
Source: IMutableJsonDocument.cs
public abstract bool TryGetNamedPropertyValue(int index, ReadOnlySpan<char> propertyName, ref JsonElement.Mutable value)
Parameters
Returns
bool
Applies To
| Product |
Versions |
| .NET |
9, 10 |
| .NET Standard |
2.0, 2.1 |
TryGetNamedPropertyValue(int, ReadOnlySpan<byte>, ref JsonElement.Mutable)
Source: IMutableJsonDocument.cs
public abstract bool TryGetNamedPropertyValue(int index, ReadOnlySpan<byte> propertyName, ref JsonElement.Mutable value)
Parameters
Returns
bool
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