Skip to content

Instantly share code, notes, and snippets.

@finom
Created December 1, 2015 14:28
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 finom/4dc1192404fba9f43fe2 to your computer and use it in GitHub Desktop.
Save finom/4dc1192404fba9f43fe2 to your computer and use it in GitHub Desktop.
Matreshka.js: From simple to simple
var data = [{
name: 'Ida T. Heath',
email: 'ida@dayrep.com',
phone: '507-879-9766'
}, {
name: 'Robert C. Burkhardt',
email: 'rburkhardt@teleworm.us',
phone: '321-252-5698'
}, {
name: 'Gerald S. Reaves',
email: 'gsr@rhyta.com',
phone: '765-431-5347'
}];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment