Created
March 7, 2015 22:39
-
-
Save ejcer/c534451354c966b09b06 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"companies": { | |
"Harlem BioSpace"{ | |
"_id": "fkdlsdkfjsldfjdlsfjsldkf", | |
"name": "Harlem BioSpace", | |
"address": "423 W 127th St, New York, NY 10027", | |
"zip": "10027", | |
"url": "harlembiospace.com" | |
"email": "", | |
"year": "", | |
"description": { | |
"description_text": "cool startup", | |
"description_image": "" | |
} | |
}, | |
"Creative Workspace"{ | |
"_id": "WHAT GOES HERE?", | |
"name": "Creative Workspace", | |
"address": "275 Malcolm X Blvd # 2, New York, NY 10027", | |
"zip": "10027", | |
"url": "creativeworkspacehba.com", | |
"email": "", | |
"year": "", | |
"description": { | |
"description_text": "cool startup", | |
"description_image": "" | |
} | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment