Skip to content

Instantly share code, notes, and snippets.

@doberloh
Created October 29, 2014 19:40
Show Gist options
  • Save doberloh/b3828b947ef61361cd92 to your computer and use it in GitHub Desktop.
Save doberloh/b3828b947ef61361cd92 to your computer and use it in GitHub Desktop.
Linode API response data mixed case
[{u'DatacenterID': 2, u'Location': u'Dallas, TX, USA', u'abbr': u'dallas'}, {u'DatacenterID': 3, u'Location': u'Fremont, CA, USA', u'abbr': u'fremont'}, {u'DatacenterID': 4, u'Location': u'Atlanta, GA, USA', u'abbr': u'atlanta'}, {u'DatacenterID': 6, u'Location': u'Newark, NJ, USA', u'abbr': u'newark'}, {u'DatacenterID': 7, u'Location': u'London, England, UK', u'abbr': u'london'}, {u'DatacenterID': 8, u'Location': u'Tokyo, JP', u'abbr': u'tokyo'}]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment