2 references to Create
Aspire.Hosting.RemoteHost.Tests (1)
AtsMarshallerTests.cs (1)
465
var value = JsonValue.
Create
(123.456m);
System.Text.Json (1)
System\Text\Json\Nodes\JsonNode.Operators.cs (1)
85
public static implicit operator JsonNode(decimal value) => JsonValue.
Create
(value);