Table of Contents

Method Write

Namespace
Terminal.Gui
Assembly
Terminal.Gui.dll

Write(Utf8JsonWriter, Key, JsonSerializerOptions)

Writes a specified value as JSON.

public override void Write(Utf8JsonWriter writer, Key value, JsonSerializerOptions options)

Parameters

writer Utf8JsonWriter

The writer to write to.

value Key

The value to convert to JSON.

options JsonSerializerOptions

An object that specifies serialization options to use.