I have JSON string just like that
[
{
"markers": {
"0": "13.775801,100.611199",
"1": "13.775801,100.611199"
}
}
]
I would like to do markers list with string array.My JSON format is exactly same with that format.It might not be change anymore.How can I do for that ?