[] character in front of WebSocket message?

hacks4dto

New Member
I'm playing around with websockets and I noticed that when my server sends a message to the client, there is an extra '[]' character in front of the message. This is preventing JS from parsing the json properly.Any idea what this character is???
 
Top