When I send my JSONArray object through socket like this:
val json = JSONArray() .... socket?.emit(EVENT, json)
server gets my message as arr