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

◆ Utf8JsonReader() [2/4]

System.Text.Json.Utf8JsonReader.Utf8JsonReader ( ReadOnlySpan< byte > jsonData,
JsonReaderOptions options = default(JsonReaderOptions) )
inline

Definition at line 219 of file Utf8JsonReader.cs.

220 : this(jsonData, isFinalBlock: true, new JsonReaderState(options))
221 {
222 }