[
  {
    "Id": "623725",
    "ThreadId": "260392",
    "Html": "\r\n<p>I have a text file that is zipped twice (zipped within another zip file). How can I extract it without running the code twice? I am using the code to unzip files within different levels of sub-directories - therefore I already have a lot of for-loops. The\r\n idea is to have as little for-loops as possible.Thanks</p>\r\n",
    "PostedDate": "2011-06-06T13:31:58.823-07:00",
    "UserRole": null,
    "MarkedAsAnswerDate": null
  },
  {
    "Id": "624493",
    "ThreadId": "260392",
    "Html": "<p>Well you will need another level of unzipping if there is a zip within a zip.&nbsp; Not an additional&nbsp;for-loop maybe, but perhaps another level of recursion.</p>\r\n<p>&nbsp;</p>",
    "PostedDate": "2011-06-07T18:18:27.717-07:00",
    "UserRole": null,
    "MarkedAsAnswerDate": null
  }
]