Skip to content

Commit

Permalink
Add sample JSON
Browse files Browse the repository at this point in the history
  • Loading branch information
artfuldev committed Oct 8, 2024
1 parent 8a487dc commit 65cc31b
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions sample_data.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
[
{
"id": 1,
"name": "Sowmya",
"city": "New York",
"comments": "called him yesterday to confirm he requested to call back in 2 days"
},
{
"id": 2,
"name": "Jill",
"city": "Los Angeles",
"comments": "accepted the offer license number AC432223"
},
{
"id": 3,
"name": "Jack",
"city": "Chicago",
"comments": "need to call him at phone number 212-555-5555"
}
]

0 comments on commit 65cc31b

Please sign in to comment.