837390164@qq.com 72f0f21786 Initial commit 4 months ago
..
analyzers 72f0f21786 Initial commit 4 months ago
buildTransitive 72f0f21786 Initial commit 4 months ago
lib 72f0f21786 Initial commit 4 months ago
.signature.p7s 72f0f21786 Initial commit 4 months ago
Icon.png 72f0f21786 Initial commit 4 months ago
LICENSE.TXT 72f0f21786 Initial commit 4 months ago
README.md 72f0f21786 Initial commit 4 months ago
System.Text.Json.7.0.3.nupkg 72f0f21786 Initial commit 4 months ago
THIRD-PARTY-NOTICES.TXT 72f0f21786 Initial commit 4 months ago
useSharedDesignerContext.txt 72f0f21786 Initial commit 4 months ago

README.md

About

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: