Skip to content

Instantly share code, notes, and snippets.

@westonplatter
Created January 29, 2014 02:18
Show Gist options
  • Select an option

  • Save westonplatter/8680643 to your computer and use it in GitHub Desktop.

Select an option

Save westonplatter/8680643 to your computer and use it in GitHub Desktop.
// {
// user: {
// email: "[email protected]",
// todos: [
// {
// id: 1,
// action: "write tests",
// },
// {
// id: 2,
// action: "read tests"
// }
// ]
//
// }
// }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment