Provides high-performance and low-allocating types that serialize objects to JavaScript Object Notation (JSON) text and deserialize JSON text to objects, with UTF-8 support built-in. Also provides types to read and write JSON text encoded as UTF-8, and to create an in-memory document object model (DOM), that is read-only, for random access of the JSON elements within a structured view of the data. Commonly Used Types: System.Text.Json.JsonSerializer System.Text.Json.JsonDocument System.Text.Json.JsonElement System.Text.Json.Utf8JsonWriter System.Text.Json.Utf8JsonReader System.Text.Json.Nodes.JsonNode System.Text.Json.Nodes.JsonArray System.Text.Json.Nodes.JsonObject System.Text.Json.Nodes.JsonValue
dotnet add package System.Text.Json --version 7.0.0-preview.3.22175.4
Install-Package System.Text.Json -Version 7.0.0-preview.3.22175.4
| 包名 | 版本要求 |
|---|---|
| Microsoft.Bcl.AsyncInterfaces | [7.0.0-preview.3.22175.4, ) |
| System.Text.Encodings.Web | [7.0.0-preview.3.22175.4, ) |
| System.Buffers | [4.5.1, ) |
| System.Memory | [4.5.4, ) |
| System.Numerics.Vectors | [4.5.0, ) |
| System.Threading.Tasks.Extensions | [4.5.4, ) |
| System.ValueTuple | [4.5.0, ) |
| 包名 | 版本要求 |
|---|---|
| Microsoft.Bcl.AsyncInterfaces | [7.0.0-preview.3.22175.4, ) |
| System.Text.Encodings.Web | [7.0.0-preview.3.22175.4, ) |
| System.Buffers | [4.5.1, ) |
| System.Memory | [4.5.4, ) |
| System.Numerics.Vectors | [4.5.0, ) |
| System.Threading.Tasks.Extensions | [4.5.4, ) |
| 包名 | 版本要求 |
|---|---|
| System.Text.Encodings.Web | [7.0.0-preview.3.22175.4, ) |
| 包名 | 版本要求 |
|---|---|
| System.Text.Encodings.Web | [7.0.0-preview.3.22175.4, ) |
| 作者 | Microsoft |
|---|---|
| 发布时间 | 2022-04-13 16:19:10 |
| 项目主页 | https://dot.net/ |
| 许可证 | https://www.nuget.org/packages/System.Text.Json/7.0.0-preview.3.22175.4/license |