I have a Json Array as string with no name and I want to parse it how can i do it in android ?
My JsonArray is :
[
{
"categoryId":1,
"Title":"Rock",
"songs":null
},
{
"categoryId":2,
"Title":"Jaz",
"songs":null
}
]