forked from fork-commit-merge/fork-commit-merge
-
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.
created a JSON file as specified and as per requirement in the issue no fork-commit-merge#285
- Loading branch information
1 parent
0fe8a48
commit 5b4aee1
Showing
1 changed file
with
21 additions
and
2 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 |
---|---|---|
@@ -1,8 +1,27 @@ | ||
[ | ||
{ | ||
"JSON": "Easy" | ||
"id": 1, | ||
"name": "John Doe", | ||
"email": "[email protected]" | ||
}, | ||
{ | ||
"TODO": "Remove these and implement JSON data file with the requirements in the Issue documentation" | ||
"id": 2, | ||
"name": "Jane Smith", | ||
"email": "[email protected]" | ||
}, | ||
{ | ||
"id": 3, | ||
"name": "Michael Johnson", | ||
"email": "[email protected]" | ||
}, | ||
{ | ||
"id": 4, | ||
"name": "Emily Brown", | ||
"email": "[email protected]" | ||
}, | ||
{ | ||
"id": 5, | ||
"name": "William Davis", | ||
"email": "[email protected]" | ||
} | ||
] |