Skip to content

Instantly share code, notes, and snippets.

@pkosiec
Created November 1, 2018 22:15
Show Gist options
  • Save pkosiec/542c6af83c9b92eef98c9ea57bfe69d6 to your computer and use it in GitHub Desktop.
Save pkosiec/542c6af83c9b92eef98c9ea57bfe69d6 to your computer and use it in GitHub Desktop.
JSON is bad to define import data
[
{
"name": "John",
"email": "example@example.com",
"avatar": "https://placekitten.com/300/300"
},
{
"name": "Joanne",
"email": "example@example.com",
"avatar": "https://placekitten.com/300/300"
},
{
"name": "Bob",
"email": "example@example.com",
"avatar": "https://placekitten.com/300/300"
},
{
"name": "Will",
"email": "example@example.com",
"avatar": "https://placekitten.com/300/300"
},
{
"name": "Chris",
"email": "example@example.com",
"avatar": "https://placekitten.com/300/300"
},
{
"name": "Mike",
"email": "example@example.com",
"avatar": "https://placekitten.com/300/300"
},
{
"name": "Anna",
"email": "example@example.com",
"avatar": "https://placekitten.com/300/300"
},
{
"name": "Jack",
"email": "example@example.com",
"avatar": "https://placekitten.com/300/300"
},
{
"name": "Peter",
"email": "example@example.com",
"avatar": "https://placekitten.com/300/300"
},
{
"name": "Paul",
"email": "example@example.com",
"avatar": "https://placekitten.com/300/300"
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment