Deno 1.20.4> JSON.parse({})
Uncaught SyntaxError: Unexpected token o in JSON at position 1
at JSON.parse (<anonymous>)
Deno 1.20.4> {}.toString()
"[object Object]"
Chrome 105.0.5195.102JSON.parse({})
VM366:1 Uncaught SyntaxError: "[object Object]" is not valid JSON
at JSON.parse (<anonymous>)
at <anonymous>:1:6