I'm kinda new with json. So I want to make an array value inside a value of an array like below.
{
"id": 0,
"title": "LEVEL",
"value": [10[2,3,5], 1]
}
But unfortunately It's not working. It gives me an error when I tried to read the data.
I want to know if it's possible to have an array inside an array value. Thank you.
}
Option2:
Option3: