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

◆ ParseValue() [1/4]

static JsonElement System.Text.Json.JsonElement.ParseValue ( ReadOnlySpan< byte > utf8Json,
JsonDocumentOptions options )
inlinestaticpackage

Definition at line 646 of file JsonElement.cs.

647 {
648 JsonDocument jsonDocument = JsonDocument.ParseValue(utf8Json, options);
649 return jsonDocument.RootElement;
650 }

References System.options, and System.Text.Json.JsonDocument.ParseValue().