About System.Text.Json Dump
How to render as syntax-highlighted JSON without escaping when dumped ?
FYI
https://learn.microsoft.com/zh-cn/dotnet/api/system.text.unicode.unicoderanges?view=net-7.0
How to render as syntax-highlighted JSON without escaping when dumped ?
FYI
https://learn.microsoft.com/zh-cn/dotnet/api/system.text.unicode.unicoderanges?view=net-7.0
Comments
Good call. LINQPad should always apply JavaScriptEncoder.UnsafeRelaxedJsonEscaping - the visualization should not be polluted for the sake of edge-cases. I will change this in the next beta.
Try the latest beta:
https://www.linqpad.net/linqpad7.aspx#beta
Good job! Confirmed in beta version 7.7.3.
Hi, @JoeAlbahari ! Here is another issue about JSON rendering:
Thanks - looks like the lexical parser is missing a child state. There will be a fix in the next build.
Thank you! Confirmed in beta version 7.7.11.
Hi, @JoeAlbahari !
Has this feature been deprecated in v8.0.17?
It's not working because of a complex assembly resolution issue. I'll get into the next build.
Thank you! Confirmed in version 8.0.18.