Saturday, 24 August 2013

Parsing json array with no name in android

Parsing json array with no name in android

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
}
]

No comments:

Post a Comment