Skip to content

Instantly share code, notes, and snippets.

@chris03
Created June 23, 2016 16:55
Show Gist options
  • Select an option

  • Save chris03/c34d865a5ae9db81e00a8ece368782c4 to your computer and use it in GitHub Desktop.

Select an option

Save chris03/c34d865a5ae9db81e00a8ece368782c4 to your computer and use it in GitHub Desktop.
HttpResponseMessage ToJson(BsonDocument document)
{
return new HttpResponseMessage { Content = new StringContent(document.ToJson(), System.Text.Encoding.UTF8, "application/json") };
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment