I am having Json in this format
{
"Sheet1":
[
{
"Title":"facebook",
"Link":"facebook.com"
},{
"Title":"gmail",
"Link":"mail.google.com"
}
]
}
When I try to convert it using pojo I am getting two classes and I am not able to implement there is force close error Please Help me out.