Created
August 8, 2018 12:10
-
-
Save npverni/8fb8d27f572e40344463467261885a5e to your computer and use it in GitHub Desktop.
Customers.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
name: "Mike James", | |
email: "[email protected]", | |
}, | |
{ | |
name: "Sue Jones", | |
email: "[email protected]", | |
}, | |
{ | |
name: "Bill Carter", | |
email: "[email protected]", | |
}, | |
{ | |
name: "Cindy Smith", | |
email: "[email protected]", | |
}, | |
{ | |
name: "Dave Pepper", | |
email: "[email protected]", | |
}, | |
{ | |
name: "Linda Wilson", | |
email: "[email protected]", | |
}, | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment