JsonTextExtensions Class
Contains extension methods for
JsonText
.
public static class JsonTextExtensions
- Namespace
- Spectre
.Console .Json
Methods
-
static JsonText BooleanColor
(JsonText, Color) - Sets the color used for boolean literals.
-
static JsonText BooleanStyle
(JsonText, Style) - Sets the style used for boolean literals.
-
static JsonText BracesColor
(JsonText, Color) - Sets the color used for braces.
-
static JsonText BracesStyle
(JsonText, Style) - Sets the style used for braces.
-
static JsonText BracketColor
(JsonText, Color) - Sets the color used for brackets.
-
static JsonText BracketStyle
(JsonText, Style) - Sets the style used for brackets.
-
static JsonText ColonColor
(JsonText, Color) - Sets the color used for colons.
-
static JsonText ColonStyle
(JsonText, Style) - Sets the style used for colons.
-
static JsonText CommaColor
(JsonText, Color) - Sets the color used for commas.
-
static JsonText CommaStyle
(JsonText, Style) - Sets the style used for commas.
-
static JsonText MemberColor
(JsonText, Color) - Sets the color used for member names.
-
static JsonText MemberStyle
(JsonText, Style) - Sets the style used for member names.
-
static JsonText NullColor
(JsonText, Color) -
Sets the color used for
null
literals. -
static JsonText NullStyle
(JsonText, Style) -
Sets the style used for
null
literals. -
static JsonText NumberColor
(JsonText, Color) - Sets the color used for number literals.
-
static JsonText NumberStyle
(JsonText, Style) - Sets the style used for number literals.
-
static JsonText StringColor
(JsonText, Color) - Sets the color used for string literals.
-
static JsonText StringStyle
(JsonText, Style) - Sets the style used for string literals.