-
Notifications
You must be signed in to change notification settings - Fork 643
Open
Description
Would be nice to have styled compact json.
AnsiConsole.Write(new JsonText(jsonStr)
.MemberColor(Color.DarkOrange)
.BracesColor(Color.Gray)
.BracketColor(Color.Gray)
.StringColor(Color.Yellow)
.NumberColor(Color.Yellow)
.BooleanColor(Color.Yellow)
.NullColor(Color.Yellow)
.Compact()
);
---
Please upvote :+1: this issue if you are interested in it.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels