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

◆ ParseValue() [3/5]

static JsonDocument System.Text.Json.JsonDocument.ParseValue ( ref Utf8JsonReader reader)
inlinestatic

Definition at line 1229 of file JsonDocument.cs.

1230 {
1233 return document;
1234 }
static bool TryParseValue(ref Utf8JsonReader reader, [NotNullWhen(true)] out JsonDocument? document)
JsonDocument(ReadOnlyMemory< byte > utf8Json, MetadataDb parsedData, byte[] extraRentedArrayPoolBytes=null, PooledByteBufferWriter extraPooledByteBufferWriter=null, bool isDisposable=true)

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