Namespace: Json.More
Inheritance: Utf8JsonWriterExtensions 🡒 object
Provides extension functionality for System.Text.Json.Utf8JsonWriter.
Methods
WriteValue(this Utf8JsonWriter writer, JsonElement element)
Writes a System.Text.Json.JsonElement to the stream.
Declaration
1
public static void WriteValue(this Utf8JsonWriter writer, JsonElement element)
| Parameter | Type | Description |
|---|---|---|
| writer | Utf8JsonWriter | The JSON stream writer. |
| element | JsonElement | The element to write. |