Wrap the jsonstring for unmarshalling.

C# |
public JsonUnmarshallerContext( string responseBody, int httpStatusCode, NameValueCollection headers )

- responseBody (String)
- String that contains the JSON for unmarshalling
- httpStatusCode (Int32)
- Status code of the response
- headers (NameValueCollection)
- Headers associated with the request.