Skip to content

Instantly share code, notes, and snippets.

@TaopaiC
Last active August 29, 2015 14:27
Show Gist options
  • Save TaopaiC/78df3397f3eaf715bbb3 to your computer and use it in GitHub Desktop.
Save TaopaiC/78df3397f3eaf715bbb3 to your computer and use it in GitHub Desktop.
sample json files
{
"id": 1,
"name": "Pow Cat",
"description": "This is a cat"
}
{
"id": 2,
"name": "Mow Cat",
"description": "This is another cat"
}
[
{
"id": 1,
"name": "Pow Cat",
"description": "This is a cat"
},
{
"id": 2,
"name": "Pow Cat",
"description": "This is a cat"
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment