aboutsummaryrefslogtreecommitdiffstats
path: root/tests/sample.json
blob: 8f4c91c570681f7060c184892a176928d3e7a549 (plain) (blame)
1
2
3
4
5
6
7
[
  {"id": 1, "name": "john_doe", "email": "john@example.com", "city": "boston"},
  {"id": 2, "name": "jane_smith", "email": "jane@test.org", "city": "chicago"},
  {"id": 3, "name": "bob_wilson", "email": "bob@example.com", "city": "denver"},
  {"id": 4, "name": "alice_jones", "email": "alice@sample.net", "city": "austin"},
  {"id": 5, "name": "charlie_brown", "email": "charlie@test.org", "city": "seattle"}
]