I have my response
{
  "status_code": 200,
  "body": {
    "canCreate": 0,
    "totalItemCount": 76,
    "response": [
      {
        "blog_id": 182,
        "title": "Test Blog",
        "body": "<p>dSsadasddaasd<\/p>\r\n<p><img src=\"\/seapidev\/public\/album_photo\/7c\/04\/0478_3c26.png?c=440c\" alt=\"\"><\/p>",
        "owner_type": "user",
        "owner_id": 1,
        "category_id": 1,
        "creation_date": "2015-04-22 07:16:28",
        "modified_date": "2015-04-22 07:16:28",
        "view_count": 3,
        "comment_count": 0,
        "search": 1,
        "draft": 0,
        "category_title": "Arts & Culture",
        "url": "http:\/\/dev1.bigsteptech.in\/seapidev\/blogs\/1\/182\/test-blog",
        "owner_url": "http:\/\/dev1.bigsteptech.in\/seapidev\/profile\/admin",
        "owner_image": "http:\/\/dev1.bigsteptech.in\/seapidev\/public\/user\/69\/04\/0465_82ca.png?c=b4e4",
        "owner_title": "SocialEngineAddOns Admin",
        "allow_to_view": 1
      }
    ]
  }
}
I want to convert it in Gson and then read it, how can I replicate this file structure in my project??
Can you please help me as I am new to android.
Thanks in advance...
 
     
     
    