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

◆ Parse() [1/7]

static JsonDocument System.Text.Json.JsonDocument.Parse ( ReadOnlyMemory< byte > utf8Json,
JsonDocumentOptions options = default(JsonDocumentOptions) )
inlinestatic

Definition at line 1080 of file JsonDocument.cs.

1081 {
1082 return Parse(utf8Json, options.GetReaderOptions());
1083 }
static void Parse(ReadOnlySpan< byte > utf8JsonSpan, JsonReaderOptions readerOptions, ref MetadataDb database, ref StackRowStack stack)

References System.Text.Json.Dictionary, System.options, and System.Text.Json.JsonDocument.Parse().