Table of Contents

Class KeyJsonConverter

Namespace
Terminal.Gui.Configuration
Assembly
Terminal.Gui.dll

Support for Key in JSON in the form of "Ctrl-X" or "Alt-Shift-F1".

public class KeyJsonConverter : JsonConverter<Key>
Inheritance
KeyJsonConverter
Inherited Members

Constructors

KeyJsonConverter()

Methods

Read(ref Utf8JsonReader, Type, JsonSerializerOptions)
Write(Utf8JsonWriter, Key, JsonSerializerOptions)