Skip to content

Instantly share code, notes, and snippets.

@mschmulen
Created June 29, 2015 15:59
Show Gist options
  • Save mschmulen/449a5ac3d5d8ac16e695 to your computer and use it in GitHub Desktop.
Save mschmulen/449a5ac3d5d8ac16e695 to your computer and use it in GitHub Desktop.
{
"tasks": [
{
"GUID":"12345",
"title":"task1",
"description":"task 1 description"
},
{
"GUID":"12345",
"title":"task1",
"description":"task 1 description"
}
],
"users": [
{
"GUID":"12345",
"email":"yack@yack.com",
"firstName":"yack"
"lastName":"yackLast"
},
{
"GUID":"12346",
"email":"foo@foo.com",
"firstName":"foo"
"lastName":"fooLast"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment