Skip to content

Instantly share code, notes, and snippets.

@ncammarata
Created April 8, 2014 19:28
Show Gist options
  • Select an option

  • Save ncammarata/10176516 to your computer and use it in GitHub Desktop.

Select an option

Save ncammarata/10176516 to your computer and use it in GitHub Desktop.
data = {
Users: [
{ name: 'Chris Young', id: 'xchris' }
{ name: 'Andrew Hsu', id: 'xandrew' }
{ name: 'Grant Lee Crilly', id: 'xgrant' }
{ name: 'Michael Natkin' }
{ name: 'Huy Nguyen' }
]
Recipes: [
{ name: 'Sous Vide Steak' }
{ name: 'Perfect Eggs' }
{ name: 'Fake Quail Eggs' }
{ name: 'Lobster Bisque' }
{ name: 'Lamb Rack' }
]
Ingredients: [
{ name: 'Carrots' }
{ name: 'Eggs' }
{ name: 'Salmon' }
{ name: 'Rib Eye Steak' }
{ name: 'Quail Egg' }
{ name: 'Coffee' }
{ name: 'Whole Milk' }
{ name: 'Beef Tenderloin' }
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment