Last active
August 29, 2015 14:21
-
-
Save AdventureBear/ac9da9869d593e74e664 to your computer and use it in GitHub Desktop.
This file contains 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
[ | |
{ | |
"name": "App Academy", | |
'garnish': '18', | |
'weeks':'12', | |
'location': ['New York', 'San Fransisco'] | |
}, | |
{ | |
'name': 'Viking Code School', | |
'garnish': '18', | |
'weeks':'14', | |
'location': ['online'] | |
}, | |
{ | |
'name': 'Hack Reactor', | |
'garnish': '0', | |
'cost': '17780', | |
'terms': '3', | |
'apr':'5.5', | |
'lender': 'Upstart' | |
'weeks':'12', | |
'city': ['New York', 'San Fransisco'] | |
}, | |
{ | |
'name': 'Dev Bootcamp', | |
'garnish': '0', | |
'cost': '13950', | |
'terms': '3', | |
'apr':'6', | |
'lender': 'Pave' | |
'weeks':'19', | |
'city': ['New York', 'San Fransisco', 'Chicago'] | |
}, { | |
'name': 'General Asssembly', | |
'garnish': '0', | |
'cost': '11500', | |
'terms': '3', | |
'apr':'5.5', | |
'lender': 'Upstart' | |
'weeks':'12', | |
'city': ['Washington, DC', 'Austin', 'Boston', 'Chicago','Hong Kong', 'London', 'Los Angeles', 'Melbourne', 'New York City', 'San Fransisco', 'Seattle', 'Singapore'] | |
} | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment