Skip to content

Instantly share code, notes, and snippets.

@yusufhm
Last active April 3, 2018 04:21
Show Gist options
  • Save yusufhm/908ace28164be2d1dd1858df3f88493b to your computer and use it in GitHub Desktop.
Save yusufhm/908ace28164be2d1dd1858df3f88493b to your computer and use it in GitHub Desktop.
Sample JSON Data
{
"field1": "value1",
"field2": "value2"
}
[
{
"id": "todo-1",
"title": "Buy groceries"
},
{
"id": "todo-2",
"title": "Wash clothes"
},
{
"id": "todo-3",
"title": "Wash car"
},
{
"id": "todo-4",
"title": "Cook food"
},
{
"id": "todo-5",
"title": "Prepare sandwiches"
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment