Skip to content

Instantly share code, notes, and snippets.

@scichelli
scichelli / IssuesList.cs
Created March 18, 2015 22:06
Parse the JSON of GitHub's issues into a pipe-delimited file for importing into a spreadsheet application
namespace IssuesList
{
using System;
using System.Linq;
using System.IO;
using System.Reflection;
using Newtonsoft.Json;
class Program
{