Hi, guys. Please tell me, how can i do this thing: i need to post on server JSON like this - {cmd: 'choosePlayers',choiceId: 3, choice: [1,2,3]}. [1,2,3] - this must be array from Construct2, but i can only use Array.AsJSON and in this way it looks like
{cmd: 'choosePlayers',choiceId: choice: {
"c2array": true,
"size": [1,1,0],
"data": [
[[13]],
[
[14]]
]
}
}
in this case i get parse error. sorry for bad english