System.Text.Json.Nodes Namespace

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.