Add "Export to JSON file" to result grid context menu.
I do a lot of messing around in LINQPad, and sometimes I get a result I want to process further... but I didn't remember to export the results in my script. I can use the 'Export to CSV file' or 'Export to HTML file' options to get the data out and hope that I don't need any collection contents, but then I have to parse the CSV back into an object list in the next script.
Could we please get an 'Export to JSON file' option that uses System.Tex.Json.JsonSerializer to create an export file? Indented formatting would be nice but not required.
(This would be extra useful when the results took a long time to generate. Like the one I'm re-running now that took a couple of hours to scan files on a NAS.)