Skip to content

Instantly share code, notes, and snippets.

@lojjic
Created September 13, 2011 17:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lojjic/1214401 to your computer and use it in GitHub Desktop.
Save lojjic/1214401 to your computer and use it in GitHub Desktop.
{
data: [{
manufacturer: 'Porsche',
model: '911',
price: 135000,
wiki: 'http://en.wikipedia.org/wiki/Porsche_997',
img: '2004_Porsche_911_Carrera_type_997.jpg'
},{
manufacturer: 'Nissan',
model: 'GT-R',
price: 80000,
wiki:'http://en.wikipedia.org/wiki/Nissan_Gt-r',
img: '250px-Nissan_GT-R.jpg'
},{
manufacturer: 'BMW',
model: 'M3',
price: 60500,
wiki:'http://en.wikipedia.org/wiki/Bmw_m3',
img: '250px-BMW_M3_E92.jpg'
},{
manufacturer: 'Audi',
model: 'S5',
price: 53000,
wiki:'http://en.wikipedia.org/wiki/Audi_S5#Audi_S5',
img: '250px-Audi_S5.jpg'
},{
manufacturer: 'Audi',
model: 'TT',
price: 40000,
wiki:'http://en.wikipedia.org/wiki/Audi_TT',
img: '250px-2007_Audi_TT_Coupe.jpg'
}]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment