adxccasas

Untitled

Feb 22nd, 2024
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 1.81 KB | Source Code | 0 0
  1. [
  2.     {
  3.         "key": "Department 1",
  4.         "value": [
  5.             {"id": 1, "month": "Dec", "result": 4, "year": 2022},
  6.             {"id": 2, "month": "Jan", "result": 19, "year": 2023}
  7.         ]
  8.     },
  9.     {
  10.         "key": "Department 2",
  11.         "value": [
  12.             {"id": 1, "month": "Dec", "result": 36, "year": 2022},
  13.             {"id": 2, "month": "Jan", "result": 28, "year": 2023}
  14.         ]
  15.     },
  16.     {
  17.         "key": "Department 3",
  18.         "value": [
  19.             {"id": 1, "month": "Dec", "result": 8, "year": 2022},
  20.             {"id": 2, "month": "Jan", "result": 50, "year": 2023}
  21.         ]
  22.     },
  23.     {
  24.         "key": "Department 4",
  25.         "value": [
  26.             {"id": 1, "month": "Dec", "result": 1, "year": 2022},
  27.             {"id": 2, "month": "Jan", "result": 34, "year": 2023}
  28.         ]
  29.     },
  30.     {
  31.         "key": "Department 5",
  32.         "value": [
  33.             {"id": 1, "month": "Jan", "result": 11, "year": 2023}
  34.         ]
  35.     },
  36.     {
  37.         "key": "Department 6",
  38.         "value": [
  39.             {"id": 1, "month": "Dec", "result": 2, "year": 2022},
  40.             {"id": 2, "month": "Jan", "result": 21, "year": 2023}
  41.         ]
  42.     },
  43.     {
  44.         "key": "Department 7",
  45.         "value": [
  46.             {"id": 1, "month": "Dec", "result": 17, "year": 2022},
  47.             {"id": 2, "month": "Jan", "result": 72, "year": 2023}
  48.         ]
  49.     },
  50.     {
  51.         "key": "Department 8",
  52.         "value": [
  53.             {"id": 1, "month": "Dec", "result": 38, "year": 2022},
  54.             {"id": 2, "month": "Jan", "result": 14, "year": 2023}
  55.         ]
  56.     },
  57.     {
  58.         "key": "Department 9",
  59.         "value": [
  60.             {"id": 1, "month": "Dec", "result": 44, "year": 2022},
  61.             {"id": 2, "month": "Jan", "result": 132, "year": 2023}
  62.         ]
  63.     }
  64. ]
  65.  
Advertisement
Add Comment
Please, Sign In to add comment