-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b0a738b
commit 68652c4
Showing
3 changed files
with
62 additions
and
63 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,52 @@ | ||
[ | ||
{ | ||
"company": "Alfreds Futterkiste", | ||
"contact": "Maria Anders", | ||
"country": "Germany" | ||
}, | ||
{ | ||
"company": "Christina", | ||
"contact": "Christina Berglund", | ||
"country": "Sweden" | ||
}, | ||
{ | ||
"company": "Centro comercial Moctezuma", | ||
"contact": "Francisco Chang", | ||
"country": "Mexico" | ||
}, | ||
{ | ||
"company": "Ernst Handel", | ||
"contact": "Roland Mendel", | ||
"country": "Austria" | ||
}, | ||
{ | ||
"company": "Island Trading", | ||
"contact": "Helen Bennett", | ||
"country": "UK" | ||
}, | ||
{ | ||
"company": "Königlich Essen", | ||
"contact": "Philip Cramer", | ||
"country": "Germany" | ||
}, | ||
{ | ||
"company": "Laughing Bacchus Winecellars", | ||
"contact": "Yoshi Tannamuri", | ||
"country": "Canada" | ||
}, | ||
{ | ||
"company": "Magazzini Alimentari Riuniti", | ||
"contact": "Giovanni Rovelli", | ||
"country": "Italy" | ||
}, | ||
{ | ||
"company": "North/South", | ||
"contact": "Simon Crowther", | ||
"country": "UK" | ||
}, | ||
{ | ||
"company": "Paris spécialités", | ||
"contact": "Marie Bertrand", | ||
"country": "France" | ||
} | ||
] |
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
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