Spectre.Console API Reference

Browse the public API of Spectre.Console.

Auto-generated reference for every public, documented type in Spectre.Console.

Spectre.Console

Spectre.Console.Json

Spectre.Console.Json.Syntax

  • JsonArray - Represents an array in the JSON abstract syntax tree.
  • JsonBoolean - Represents a boolean literal in the JSON abstract syntax tree.
  • JsonMember - Represents a member in the JSON abstract syntax tree.
  • JsonNull - Represents a null literal in the JSON abstract syntax tree.
  • JsonObject - Represents an object in the JSON abstract syntax tree.
  • JsonString - Represents a string literal in the JSON abstract syntax tree.
  • JsonSyntax - Represents a syntax node in the JSON abstract syntax tree.

Spectre.Console.Rendering