-
Notifications
You must be signed in to change notification settings - Fork 622
Open
Labels
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.