Accounting/Packages/System.Text.Json.7.0.2
Cal 8f2a63afb8 . 2023-09-24 21:35:44 +08:00
..
analyzers/dotnet . 2023-09-24 21:35:44 +08:00
buildTransitive . 2023-09-24 21:35:44 +08:00
lib . 2023-09-24 21:35:44 +08:00
.signature.p7s . 2023-09-24 21:35:44 +08:00
Icon.png . 2023-09-24 21:35:44 +08:00
LICENSE.TXT . 2023-09-24 21:35:44 +08:00
README.md . 2023-09-24 21:35:44 +08:00
System.Text.Json.7.0.2.nupkg . 2023-09-24 21:35:44 +08:00
THIRD-PARTY-NOTICES.TXT . 2023-09-24 21:35:44 +08:00
useSharedDesignerContext.txt . 2023-09-24 21:35:44 +08:00

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: