Skip to content

Instantly share code, notes, and snippets.

@dillonforrest
Created February 14, 2014 16:32
Show Gist options
  • Save dillonforrest/9004306 to your computer and use it in GitHub Desktop.
Save dillonforrest/9004306 to your computer and use it in GitHub Desktop.
[
{
"site": "aaaaa.com",
"status": "live",
"size": "large",
"owner": "some dude",
"guid": 1
},
{
"site": "bbbbb.com",
"status": "prospecting",
"size": "small",
"owner": "some other dude",
"guid": 2
},
{
"site": "ccccc.com",
"status": "inactive",
"size": "medium",
"owner": "another dude",
"guid": 3
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment