Created
March 8, 2015 01:32
-
-
Save ejcer/1a31002016f095a5598a 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"{ | |
"name": "Harlem BioSpace", | |
"description": "cool startup", | |
"address": { | |
"street": "423 W 127th St", | |
"city": "New York", | |
"state": "New York", | |
"zip": "10027" | |
}, | |
"contact": { | |
"website": "harlembiospace.com", | |
"email":"none" | |
} | |
}, | |
"Creative Workspace"{ | |
"name": "Creative Workspace", | |
"description": "cool startup", | |
"address": { | |
"street": "275 Malcolm X Blvd # 2", | |
"city": "New York", | |
"state": "New York", | |
"zip": "10027" | |
}, | |
"contact": { | |
"website": "creativeworkspacehba.com", | |
"email":"none" | |
} | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment