public Utf8JsonReader(System.ReadOnlySpan <byte> jsonData, System.Text.Json.JsonReaderOptions options = default(System.Text.Json.JsonReaderOptions))
 {
     throw null;
 }
示例#2
0
 public static System.Text.Json.JsonDocument Parse(System.Buffers.ReadOnlySequence <byte> utf8Json, System.Text.Json.JsonReaderOptions readerOptions = default(System.Text.Json.JsonReaderOptions))
 {
     throw null;
 }
 public JsonReaderState(System.Text.Json.JsonReaderOptions options = default(System.Text.Json.JsonReaderOptions))
 {
     throw null;
 }
 public Utf8JsonReader(System.Buffers.ReadOnlySequence <byte> jsonData, System.Text.Json.JsonReaderOptions options = default(System.Text.Json.JsonReaderOptions))
 {
     throw null;
 }
示例#5
0
 public static System.Threading.Tasks.Task <System.Text.Json.JsonDocument> ParseAsync(System.IO.Stream utf8Json, System.Text.Json.JsonReaderOptions readerOptions = default(System.Text.Json.JsonReaderOptions), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken))
 {
     throw null;
 }
示例#6
0
 public static System.Text.Json.JsonDocument Parse(string json, System.Text.Json.JsonReaderOptions readerOptions = default(System.Text.Json.JsonReaderOptions))
 {
     throw null;
 }
示例#7
0
 public static System.Text.Json.JsonDocument Parse(System.ReadOnlyMemory <char> json, System.Text.Json.JsonReaderOptions readerOptions = default(System.Text.Json.JsonReaderOptions))
 {
     throw null;
 }
示例#8
0
 public static System.Text.Json.JsonDocument Parse(System.IO.Stream utf8Json, System.Text.Json.JsonReaderOptions readerOptions = default(System.Text.Json.JsonReaderOptions))
 {
     throw null;
 }
示例#9
0
 public JsonReaderState(int maxDepth = 64, System.Text.Json.JsonReaderOptions options = default(System.Text.Json.JsonReaderOptions))
 {
     throw null;
 }