Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ operator JsonNode() [6/16]

static implicit System.Text.Json.Nodes.JsonNode.operator JsonNode ( decimal value)
inlinestaticinherited

Definition at line 199 of file JsonNode.cs.

200 {
201 return JsonValue.Create(value);
202 }

References System.Text.Json.Nodes.JsonValue< TValue >.Create(), and System.value.