Skip to content

Instantly share code, notes, and snippets.

@npverni
Created August 8, 2018 12:10
Show Gist options
  • Select an option

  • Save npverni/8fb8d27f572e40344463467261885a5e to your computer and use it in GitHub Desktop.

Select an option

Save npverni/8fb8d27f572e40344463467261885a5e to your computer and use it in GitHub Desktop.

Revisions

  1. npverni created this gist Aug 8, 2018.
    26 changes: 26 additions & 0 deletions customers.json
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,26 @@
    [
    {
    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",
    },
    ]