ShreyaDC

dummyData

May 24th, 2019
163
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 6.57 KB | None | 0 0
  1. {
  2.     "shouldDisplayHighlights": true,
  3.    "teams":[ {
  4.       "team":"India",
  5.       "squad":[
  6.          {
  7.             "playerName":"Virat Kohli",
  8.             "isPlayer":1,
  9.             "hasSpecialRole":1,
  10.             "specialRole":"C",
  11.             "role":"Right-handed Batsman"
  12.          },
  13.          {
  14.             "playerName":"Rohit Sharma",
  15.             "isPlayer":1,
  16.             "hasSpecialRole":1,
  17.             "specialRole":"VC",
  18.             "role":"Right-handed Batsman"
  19.          },
  20.          {
  21.             "playerName":"Shikhar Dhawan",
  22.             "isPlayer":1,
  23.             "hasSpecialRole":0,
  24.             "specialRole":"",
  25.             "role":"Left-handed Batsman"
  26.          },
  27.          {
  28.             "playerName":"Vijay Shankar",
  29.             "isPlayer":1,
  30.             "hasSpecialRole":0,
  31.             "specialRole":"",
  32.             "role":"Allrounder"
  33.          },
  34.          {
  35.             "playerName":"Kedar Jadhav",
  36.             "isPlayer":1,
  37.             "hasSpecialRole":0,
  38.             "specialRole":"",
  39.             "role":"Allrounder"
  40.          },
  41.          {
  42.             "playerName":"Hardik Pandya",
  43.             "isPlayer":1,
  44.             "hasSpecialRole":0,
  45.             "specialRole":"",
  46.             "role":"Allrounder"
  47.          },
  48.          {
  49.             "playerName":"Ravindra Jadeja",
  50.             "isPlayer":1,
  51.             "hasSpecialRole":0,
  52.             "specialRole":"",
  53.             "role":"Allrounder"
  54.          },
  55.          {
  56.             "playerName":"K.L. Rahul",
  57.             "isPlayer":1,
  58.             "hasSpecialRole":0,
  59.             "specialRole":"",
  60.             "role":"WK-Batsman"
  61.          },
  62.          {
  63.             "playerName":"M.S. Dhoni",
  64.             "isPlayer":1,
  65.             "hasSpecialRole":1,
  66.             "specialRole":"WK",
  67.             "role":"WK-Batsman"
  68.          },
  69.          {
  70.             "playerName":"Dinesh Karthik",
  71.             "isPlayer":1,
  72.             "hasSpecialRole":1,
  73.             "specialRole":"WK",
  74.             "role":"WK-Batsman"
  75.          },
  76.          {
  77.             "playerName":"Kuldeep Yadav",
  78.             "isPlayer":1,
  79.             "hasSpecialRole":0,
  80.             "specialRole":"",
  81.             "role":"Left-arm Chinaman Bowler"
  82.          },
  83.          {
  84.             "playerName":"Yuzvendra Chahal",
  85.             "isPlayer":1,
  86.             "hasSpecialRole":0,
  87.             "specialRole":"",
  88.             "role":"Right-arm Leg Spin Bowler"
  89.          },
  90.          {
  91.             "playerName":"Mohammed Shami",
  92.             "isPlayer":1,
  93.             "hasSpecialRole":0,
  94.             "specialRole":"",
  95.             "role":"Right-arm Fast-Medium Bowler"
  96.          },
  97.          {
  98.             "playerName":"Jasprit Bumrah",
  99.             "isPlayer":1,
  100.             "hasSpecialRole":0,
  101.             "specialRole":"",
  102.             "role":"Right-arm Fast Bowler"
  103.          },
  104.          {
  105.             "playerName":"Bhuvneshwar Kumar",
  106.             "isPlayer":1,
  107.             "hasSpecialRole":0,
  108.             "specialRole":"",
  109.             "role":"Right-arm Medium-Fast Bowler"
  110.          },
  111.          {
  112.             "playerName":"Ravi Shastri",
  113.             "isPlayer":0,
  114.             "hasSpecialRole":1,
  115.             "specialRole":"Coach",
  116.             "role":""
  117.          }
  118.       ]
  119.    },
  120.    {
  121.       "team":"Pakistan",
  122.       "squad":[
  123.          {
  124.             "playerName":"sdfsfasda",
  125.             "isPlayer":1,
  126.             "hasSpecialRole":1,
  127.             "specialRole":"C",
  128.             "role":"Right-handed Batsman"
  129.          },
  130.          {
  131.             "playerName":"asdasdasd",
  132.             "isPlayer":1,
  133.             "hasSpecialRole":1,
  134.             "specialRole":"VC",
  135.             "role":"Right-handed Batsman"
  136.          },
  137.          {
  138.             "playerName":"sdsadasd",
  139.             "isPlayer":1,
  140.             "hasSpecialRole":0,
  141.             "specialRole":"",
  142.             "role":"Left-handed Batsman"
  143.          },
  144.          {
  145.             "playerName":"Vijay Shankar",
  146.             "isPlayer":1,
  147.             "hasSpecialRole":0,
  148.             "specialRole":"",
  149.             "role":"Allrounder"
  150.          },
  151.          {
  152.             "playerName":"Kedar Jadhav",
  153.             "isPlayer":1,
  154.             "hasSpecialRole":0,
  155.             "specialRole":"",
  156.             "role":"Allrounder"
  157.          },
  158.          {
  159.             "playerName":"Hardik Pandya",
  160.             "isPlayer":1,
  161.             "hasSpecialRole":0,
  162.             "specialRole":"",
  163.             "role":"Allrounder"
  164.          },
  165.          {
  166.             "playerName":"Ravindra Jadeja",
  167.             "isPlayer":1,
  168.             "hasSpecialRole":0,
  169.             "specialRole":"",
  170.             "role":"Allrounder"
  171.          },
  172.          {
  173.             "playerName":"K.L. Rahul",
  174.             "isPlayer":1,
  175.             "hasSpecialRole":0,
  176.             "specialRole":"",
  177.             "role":"WK-Batsman"
  178.          },
  179.          {
  180.             "playerName":"M.S. Dhoni",
  181.             "isPlayer":1,
  182.             "hasSpecialRole":1,
  183.             "specialRole":"WK",
  184.             "role":"WK-Batsman"
  185.          },
  186.          {
  187.             "playerName":"Dinesh Karthik",
  188.             "isPlayer":1,
  189.             "hasSpecialRole":1,
  190.             "specialRole":"WK",
  191.             "role":"WK-Batsman"
  192.          },
  193.          {
  194.             "playerName":"Kuldeep Yadav",
  195.             "isPlayer":1,
  196.             "hasSpecialRole":0,
  197.             "specialRole":"",
  198.             "role":"Left-arm Chinaman Bowler"
  199.          },
  200.          {
  201.             "playerName":"Yuzvendra Chahal",
  202.             "isPlayer":1,
  203.             "hasSpecialRole":0,
  204.             "specialRole":"",
  205.             "role":"Right-arm Leg Spin Bowler"
  206.          },
  207.          {
  208.             "playerName":"Mohammed Shami",
  209.             "isPlayer":1,
  210.             "hasSpecialRole":0,
  211.             "specialRole":"",
  212.             "role":"Right-arm Fast-Medium Bowler"
  213.          },
  214.          {
  215.             "playerName":"Jasprit Bumrah",
  216.             "isPlayer":1,
  217.             "hasSpecialRole":0,
  218.             "specialRole":"",
  219.             "role":"Right-arm Fast Bowler"
  220.          },
  221.          {
  222.             "playerName":"Bhuvneshwar Kumar",
  223.             "isPlayer":1,
  224.             "hasSpecialRole":0,
  225.             "specialRole":"",
  226.             "role":"Right-arm Medium-Fast Bowler"
  227.          },
  228.          {
  229.             "playerName":"Ravi Shastri",
  230.             "isPlayer":0,
  231.             "hasSpecialRole":1,
  232.             "specialRole":"Coach",
  233.             "role":""
  234.          }
  235.       ]
  236.    }
  237.    ],
  238.  
  239.     "highlights": [
  240.     "India won the toss and elected to field \nSA faces the wrath of Bumrah",
  241.     "Man of the Match is Virat Kohli",
  242.     "India 377/3 - Pakistan 222/9"
  243.     ]
  244.  
  245.  
  246. }
Add Comment
Please, Sign In to add comment