Skip to content

Commit

Permalink
Update users.json
Browse files Browse the repository at this point in the history
created a JSON file as specified and as per requirement in the issue no fork-commit-merge#285
  • Loading branch information
Jhonsnowwwwww authored Aug 26, 2023
1 parent 0fe8a48 commit 5b4aee1
Showing 1 changed file with 21 additions and 2 deletions.
23 changes: 21 additions & 2 deletions tasks/json/easy/users.json
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]"
}
]

0 comments on commit 5b4aee1

Please sign in to comment.