Table of Contents

Method IsLegacyConfigShape

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

IsLegacyConfigShape(string)

Returns true when json uses a pre-MEC shape: top-level dotted keys (e.g. Button.DefaultShadow) or Themes/Schemes as an array of single-key objects.

public static bool IsLegacyConfigShape(string json)

Parameters

json string

Returns

bool