Displaying an object that was logged using Serilog @object functionality is hard to read.
Impossible to read.
Could you provide a better way of displaying structured data?
An easy way would be to provide a little button/icon that would call
on the data and copy the result. That way we could have a valid JSON representation of the data and use any of the online JSON parsers to view it properly.
Thanks