Guest User

Untitled

a guest
Jun 25th, 2018
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. result_set: {
  2.     stat1: [
  3.             {
  4.                 begin: begin_date1,
  5.                 end: end_date1,
  6.                 stats: [
  7.                     {stat1_val1:count111},
  8.                     {stat1_val2:count112},
  9.                     {stat1_val3:count113},
  10.                 ]
  11.                
  12.             },
  13.             {
  14.                 begin: begin_date2,
  15.                 end: end_date2,
  16.                 stats: [
  17.                     {stat1_val1:count121},
  18.                     {stat1_val2:count122},
  19.                     {stat1_val3:count123},
  20.                 ]
  21.                
  22.             }
  23.         ],
  24.     stat2: [
  25.             {
  26.                 begin: begin_date1,
  27.                 end: end_date1,
  28.                 stats: [
  29.                     {stat2_val1:count211},
  30.                     {stat2_val2:count212},
  31.                     {stat2_val3:count213},
  32.                 ]
  33.                
  34.             },
  35.             {
  36.                 begin: begin_date2,
  37.                 end: end_date2,
  38.                 stats: [
  39.                     {stat1_val1:count221},
  40.                     {stat1_val2:count222},
  41.                     {stat1_val3:count223},
  42.                 ]
  43.                
  44.             }
  45.         ]
  46.    
  47. }
Add Comment
Please, Sign In to add comment