Created
June 29, 2015 15:59
-
-
Save mschmulen/449a5ac3d5d8ac16e695 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"tasks": [ | |
{ | |
"GUID":"12345", | |
"title":"task1", | |
"description":"task 1 description" | |
}, | |
{ | |
"GUID":"12345", | |
"title":"task1", | |
"description":"task 1 description" | |
} | |
], | |
"users": [ | |
{ | |
"GUID":"12345", | |
"email":"[email protected]", | |
"firstName":"yack" | |
"lastName":"yackLast" | |
}, | |
{ | |
"GUID":"12346", | |
"email":"[email protected]", | |
"firstName":"foo" | |
"lastName":"fooLast" | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment