1 reference to TryGetPropertyValue
System.Text.Json (1)
System\Text\Json\Nodes\JsonObject.cs (1)
124public bool TryGetPropertyValue(string propertyName, out JsonNode? jsonNode) => TryGetPropertyValue(propertyName, out jsonNode, out _);