Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- [
- {
- "key": "Department 1",
- "value": [
- {"id": 1, "month": "Dec", "result": 4, "year": 2022},
- {"id": 2, "month": "Jan", "result": 19, "year": 2023}
- ]
- },
- {
- "key": "Department 2",
- "value": [
- {"id": 1, "month": "Dec", "result": 36, "year": 2022},
- {"id": 2, "month": "Jan", "result": 28, "year": 2023}
- ]
- },
- {
- "key": "Department 3",
- "value": [
- {"id": 1, "month": "Dec", "result": 8, "year": 2022},
- {"id": 2, "month": "Jan", "result": 50, "year": 2023}
- ]
- },
- {
- "key": "Department 4",
- "value": [
- {"id": 1, "month": "Dec", "result": 1, "year": 2022},
- {"id": 2, "month": "Jan", "result": 34, "year": 2023}
- ]
- },
- {
- "key": "Department 5",
- "value": [
- {"id": 1, "month": "Jan", "result": 11, "year": 2023}
- ]
- },
- {
- "key": "Department 6",
- "value": [
- {"id": 1, "month": "Dec", "result": 2, "year": 2022},
- {"id": 2, "month": "Jan", "result": 21, "year": 2023}
- ]
- },
- {
- "key": "Department 7",
- "value": [
- {"id": 1, "month": "Dec", "result": 17, "year": 2022},
- {"id": 2, "month": "Jan", "result": 72, "year": 2023}
- ]
- },
- {
- "key": "Department 8",
- "value": [
- {"id": 1, "month": "Dec", "result": 38, "year": 2022},
- {"id": 2, "month": "Jan", "result": 14, "year": 2023}
- ]
- },
- {
- "key": "Department 9",
- "value": [
- {"id": 1, "month": "Dec", "result": 44, "year": 2022},
- {"id": 2, "month": "Jan", "result": 132, "year": 2023}
- ]
- }
- ]
Advertisement
Add Comment
Please, Sign In to add comment