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

◆ GetRootRawValue()

ReadOnlyMemory< byte > System.Text.Json.JsonDocument.GetRootRawValue ( )
inlinepackage

Definition at line 414 of file JsonDocument.cs.

415 {
416 return GetRawValue(0, includeQuotes: true);
417 }
ReadOnlyMemory< byte > GetRawValue(int index, bool includeQuotes)

References System.Text.Json.Dictionary, and System.Text.Json.JsonDocument.GetRawValue().