Feature request - display keys when dumping Newtonsoft.JObject
I do a LOT of someJObject.Dump() ing, but the keys for the properties don't get displayed.
So
Would it be possible to have some special case handling to display the key names?
So
{"version":"2018.1.2 (build 58537)","versionMajor":2018," ...displays as
Would it be possible to have some special case handling to display the key names?
Comments
The visualizer mentioned here works fine-ish:
https://stackoverflow.com/a/54206549/1105812
https://www.linqpad.net/download.aspx#beta