Options
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
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.
Hi, @JoeAlbahari
It doesn't seem to be working again with
System.Text.Json.JsonDocument
.Thanks - this should now be sorted out. This is hopefully the tail end of the DLL hell I've had to deal for LINQPad 9
Hi, @JoeAlbahari
It doesn't seem to be working again with
Dump(true)
.This one should be a simple fix - check out 9.0.7.
Thank you! Confirmed in version 9.0.7.