Advertisement
Guest User

Untitled

a guest
Feb 25th, 2020
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.92 KB | None | 0 0
  1. {
  2.     company_0 : {
  3.         address: place,
  4.         history: {
  5.             day_0 : {
  6.                 metric : value,
  7.                 metric : value,
  8.                 metric : value
  9.             },
  10.             day_1 : {
  11.                 metric : value,
  12.                 metric : value,
  13.                 metric : value
  14.             },
  15.             day_2 : {
  16.                 metric : value,
  17.                 metric : value,
  18.                 metric : value
  19.             }
  20.         }
  21.     },
  22.     company_1 : {
  23.             address: place,
  24.             history: {
  25.                 day_0 : {
  26.                     metric : value,
  27.                     metric : value,
  28.                     metric : value
  29.                 },
  30.                 day_1 : {
  31.                     metric : value,
  32.                     metric : value,
  33.                     metric : value
  34.                 },
  35.                 day_2 : {
  36.                     metric : value,
  37.                     metric : value,
  38.                     metric : value
  39.                 }
  40.             }
  41.         },
  42.         company_2 : {
  43.         address: place,
  44.         history: {
  45.             day_0 : {
  46.                 metric : value,
  47.                 metric : value,
  48.                 metric : value
  49.             },
  50.             day_1 : {
  51.                 metric : value,
  52.                 metric : value,
  53.                 metric : value
  54.             },
  55.             day_2 : {
  56.                 metric : value,
  57.                 metric : value,
  58.                 metric : value
  59.             }
  60.         }
  61.     }
  62. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement