per
https://www.linqpad.net/CustomizingDump.aspxI should be able to make it customize the dump of a `Newtonsoft.Json.Linq.JProperty`
However, no matter what I try, (trying not to use MyExtensions since it is C# only) it won't hook up
http://share.linqpad.net/jhwfi2.linqproduces just the value, not the name and value, nor do any of the print statements get hit.
Comments
I've taken a look at whether it would easy to allow My Extensions to be written in F#, but unfortunately, there's a fair bit of work involved. So the only option right now is to write the ToDump in C#.