Skip to content

Instantly share code, notes, and snippets.

@npverni
Created August 8, 2018 12:10
Show Gist options
  • Save npverni/8fb8d27f572e40344463467261885a5e to your computer and use it in GitHub Desktop.
Save npverni/8fb8d27f572e40344463467261885a5e to your computer and use it in GitHub Desktop.
Customers.json
[
{
name: "Mike James",
email: "mike@example.com",
},
{
name: "Sue Jones",
email: "sue@example.com",
},
{
name: "Bill Carter",
email: "bill@example.com",
},
{
name: "Cindy Smith",
email: "cindy@example.com",
},
{
name: "Dave Pepper",
email: "dave@example.com",
},
{
name: "Linda Wilson",
email: "linda@example.com",
},
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment