I am using the following data in JSON
{ "question":"abcd",
"question":"xyz",
"question":"wer",
...
...
}
I know that for an array square brackets can be used. But here my first element itself is an array. So is this valid ?-
{ ["question":"abcd",
"question":"xyz",
"question":"wer",
...
...
]}
If the first element is an array this is what it should look like: