I'm writing an application that's currently parsing console messages looking for certain events being passed to the browser.
When observing the console in Chrome, Edge, Firefox etc... some of the entries are returning values that can be expanded (appears to be a JSON object of some type):

However CEF only returns a String in the ConsoleMessage event. Those JSON entries just show up as:
- Code: Select all
scripter: WS Body: [object Object]
Is there any way to get more detailed information from this kind of response via any other kind of output?