[
  {
    "Id": "223520",
    "ThreadId": "65701",
    "Html": "<p>I decided to use the GZipStream from this library, instead of the one built into the .Net Framework, as I found the later one not good enough. (The GZipStream from the framework compressed my 300 MByte input into 150 MBytes, while the one from this library compressed it into 60 MBytes even with the fastest compression.)</p>\r\n<p>However when I started using this implementation, a difference came up comparing to the implementation in the framework: it cannot handle empty input streams during decompression. While the framework version of GZipStream decompressed empty streams successfully into empty streams, the one from this library throws an exception.</p>\r\n<p>This is a minor issue, however it would be nice, if the two implementations would work the same way regarding this. :)</p>",
    "PostedDate": "2009-08-14T07:39:58.077-07:00",
    "UserRole": null,
    "MarkedAsAnswerDate": null
  },
  {
    "Id": "223534",
    "ThreadId": "65701",
    "Html": "This discussion has been copied to a work item. Click <a href=\"http://dotnetzip.codeplex.com/WorkItem/View.aspx?WorkItemId=8501\">here</a> to go to the work item and continue the discussion.",
    "PostedDate": "2009-08-14T08:07:25.11-07:00",
    "UserRole": null,
    "MarkedAsAnswerDate": null
  },
  {
    "Id": "223539",
    "ThreadId": "65701",
    "Html": "<p>Thanks.</p>",
    "PostedDate": "2009-08-14T08:17:26.47-07:00",
    "UserRole": null,
    "MarkedAsAnswerDate": null
  }
]