蓝色星空 0ea3c3ee7a 上传 | 1 年之前 | |
---|---|---|
.. | ||
analyzers | 1 年之前 | |
buildTransitive | 1 年之前 | |
lib | 1 年之前 | |
.signature.p7s | 1 年之前 | |
Icon.png | 1 年之前 | |
Icon.png.meta | 1 年之前 | |
LICENSE.TXT | 1 年之前 | |
LICENSE.TXT.meta | 1 年之前 | |
README.md | 1 年之前 | |
README.md.meta | 1 年之前 | |
System.Text.Json.nuspec | 1 年之前 | |
System.Text.Json.nuspec.meta | 1 年之前 | |
THIRD-PARTY-NOTICES.TXT | 1 年之前 | |
THIRD-PARTY-NOTICES.TXT.meta | 1 年之前 | |
analyzers.meta | 1 年之前 | |
buildTransitive.meta | 1 年之前 | |
lib.meta | 1 年之前 | |
useSharedDesignerContext.txt | 1 年之前 | |
useSharedDesignerContext.txt.meta | 1 年之前 |
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.
The System.Text.Json
library is built-in as part of the shared framework in .NET Runtime. The package can be installed when you need to use it in other target frameworks.
For more information, see the documentation: