When I log some object using the {@MyObject} notation to serialize it, it works fine. But the result in the Seq events page is hard to read.
It would be good if it were nicely formatted with expand/collapse buttons.
And also I can't parse it using a JSON parser because it's not valid JSON.
It seems to log Javascript Literal Notation
{"someField": "someValue"}
Thanks and keep up the great work!