Skip to content

Instantly share code, notes, and snippets.

@GrillPhil
Created May 31, 2018 20:24
Show Gist options
  • Save GrillPhil/20b45b97cc5eef70e22691c4585ea52e to your computer and use it in GitHub Desktop.
Save GrillPhil/20b45b97cc5eef70e22691c4585ea52e to your computer and use it in GitHub Desktop.
Step 7
var outputJsonString = JsonConvert.SerializeObject(projects);
output.Properties.ContentType = "application/json";
await output.UploadTextAsync(outputJsonString);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment