1 reference to Create
System.Text.Json (1)
System\Text\Json\Nodes\JsonNode.Operators.cs (1)
113
public static implicit operator JsonNode(Guid value) => JsonValue.
Create
(value);