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. |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.