You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Stefan Hutter 977d1b0c9f
Projektdateien hinzufügen.
1 year ago
..
analyzers/dotnet Projektdateien hinzufügen. 1 year ago
buildTransitive Projektdateien hinzufügen. 1 year ago
lib Projektdateien hinzufügen. 1 year ago
.signature.p7s Projektdateien hinzufügen. 1 year ago
Icon.png Projektdateien hinzufügen. 1 year ago
LICENSE.TXT Projektdateien hinzufügen. 1 year ago
README.md Projektdateien hinzufügen. 1 year ago
System.Text.Json.7.0.3.nupkg Projektdateien hinzufügen. 1 year ago
THIRD-PARTY-NOTICES.TXT Projektdateien hinzufügen. 1 year ago
useSharedDesignerContext.txt Projektdateien hinzufügen. 1 year 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: