Last active
December 22, 2017 05:40
-
-
Save cyrilcherian/6e6b1eb2620fccb9ba930ce460f1ad43 to your computer and use it in GitHub Desktop.
tasks
This file contains hidden or 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
| [{ "id": 1, "assignee": "1", "subject": "blah blah", "status": "1" }, | |
| { "id": 2, "assignee": "2", "subject": "blah", "status": "3" }, | |
| { "id": 3, "assignee": "3", "subject": "blah blah", "status": "2" }, | |
| { "id": 4, "assignee": "4", "subject": "blah blah blah", "status": "4" }, | |
| { "id": 5, "assignee": "1", "subject": "blah blah blah ..", "status": "4" } | |
| ] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment