Created
September 6, 2024 14:44
-
-
Save ivanahuckova/6457756a68d899a84d0b317a12ef56cd to your computer and use it in GitHub Desktop.
This file contains hidden or 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
[ | |
{ | |
"name": "Leanne Graham", | |
"age": 38, | |
"country": "USA", | |
"occupation": "Devops Engineer", | |
"salary": 3000, | |
"field": [ | |
{ | |
"reportTimestamp": "2024-07-03T19:56:00.000Z", | |
"phenomenon": "Rain", | |
"descriptor": null, | |
"intensity": "Light" | |
} | |
] | |
}, | |
{ | |
"name": "Ervin Howell", | |
"age": 27, | |
"country": "USA", | |
"occupation": "Software Engineer", | |
"salary": 2300, | |
"field": [ | |
{ | |
"reportTimestamp": "2024-07-03T19:56:00.000Z", | |
"phenomenon": "Rain", | |
"descriptor": null, | |
"intensity": "Light" | |
} | |
] | |
}, | |
{ | |
"name": "Clementine Bauch", | |
"age": 17, | |
"country": "Canada", | |
"occupation": "Student", | |
"salary": null, | |
"field": [ | |
{ | |
"reportTimestamp": "2024-07-03T19:56:00.000Z", | |
"phenomenon": "Rain", | |
"descriptor": null, | |
"intensity": "Light" | |
} | |
] | |
}, | |
{ | |
"name": "Patricia Lebsack", | |
"age": 42, | |
"country": "UK", | |
"occupation": "Software Engineer", | |
"salary": 2800, | |
"field": [ | |
{ | |
"reportTimestamp": "2024-07-03T19:56:00.000Z", | |
"phenomenon": "Rain", | |
"descriptor": null, | |
"intensity": "Light" | |
} | |
] | |
}, | |
{ | |
"name": "Leanne Bell", | |
"age": 38, | |
"country": "USA", | |
"occupation": "Senior Software Engineer", | |
"salary": 4000, | |
"field": [ | |
{ | |
"reportTimestamp": "2024-07-03T19:56:00.000Z", | |
"phenomenon": "Rain", | |
"descriptor": null, | |
"intensity": "Light" | |
} | |
] | |
}, | |
{ | |
"name": "Chelsey Dietrich", | |
"age": 32, | |
"country": "USA", | |
"occupation": "Software Engineer", | |
"salary": 3500, | |
"field": [ | |
{ | |
"reportTimestamp": "2024-07-03T19:56:00.000Z", | |
"phenomenon": "Rain", | |
"descriptor": null, | |
"intensity": "Light" | |
} | |
] | |
} | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment