System.Text.Json.Nodes Namespace
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides types for handling an in-memory writeable document object model (DOM) for random access of the JSON elements within a structured view of the data.
Classes
JsonArray |
Represents a mutable JSON array. |
JsonNode |
The base class that represents a single node within a mutable JSON document. |
JsonObject |
Represents a mutable JSON object. |
JsonValue |
Represents a mutable JSON value. |
Structs
JsonNodeOptions |
Options to control JsonNode behavior. |
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET