Skip to content

Instantly share code, notes, and snippets.

@samstewart
Created April 3, 2017 21:44
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 samstewart/eb0925c8b80e40f77705d3dc6fda26d9 to your computer and use it in GitHub Desktop.
Save samstewart/eb0925c8b80e40f77705d3dc6fda26d9 to your computer and use it in GitHub Desktop.
{
name: 'Bob Jones',
salary: 40000,
department: 'Mathematics',
job_title: 'assistant professor'
college: 'Science and Engineering, College of'
}
{
name: 'Lisa Smith',
department: 'Mathematics',
salary: 80000,
job_title: 'full professor'
college: 'Science and Engineering, College of'
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment