Skip to content

Instantly share code, notes, and snippets.

@ehelms
Created June 7, 2013 16:06
Show Gist options
  • Save ehelms/5730392 to your computer and use it in GitHub Desktop.
Save ehelms/5730392 to your computer and use it in GitHub Desktop.
{
subtotal: 10,
total: 100,
systems: []
}
vs.
{
subtotal: 10,
total: 100,
records: []
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment