ShreyaDC

WorldCupJson

Apr 15th, 2019
12,615
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 25.91 KB | None | 0 0
  1. [{
  2.         "team": "India",
  3.         "squad": [{
  4.                 "playerName": "Virat Kohli",
  5.                 "isPlayer": 1,
  6.                 "hasSpecialRole": 1,
  7.                 "specialRole": "C",
  8.                 "role": "Right-handed Batsman"
  9.             },
  10.             {
  11.                 "playerName": "Rohit Sharma",
  12.                 "isPlayer": 1,
  13.                 "hasSpecialRole": 1,
  14.                 "specialRole": "VC",
  15.                 "role": "Right-handed Batsman"
  16.             },
  17.             {
  18.                 "playerName": "Mayank Agarwal",
  19.                 "isPlayer": 1,
  20.                 "hasSpecialRole": 0,
  21.                 "specialRole": "",
  22.                 "role": "Right-handed batsman"
  23.             },
  24.             {
  25.                 "playerName": "Kedar Jadhav",
  26.                 "isPlayer": 1,
  27.                 "hasSpecialRole": 0,
  28.                 "specialRole": "",
  29.                 "role": "Allrounder"
  30.             },
  31.             {
  32.                 "playerName": "Hardik Pandya",
  33.                 "isPlayer": 1,
  34.                 "hasSpecialRole": 0,
  35.                 "specialRole": "",
  36.                 "role": "Allrounder"
  37.             },
  38.             {
  39.                 "playerName": "Ravindra Jadeja",
  40.                 "isPlayer": 1,
  41.                 "hasSpecialRole": 0,
  42.                 "specialRole": "",
  43.                 "role": "Allrounder"
  44.             },
  45.             {
  46.                 "playerName": "K.L. Rahul",
  47.                 "isPlayer": 1,
  48.                 "hasSpecialRole": 0,
  49.                 "specialRole": "",
  50.                 "role": "WK-Batsman"
  51.             },
  52.             {
  53.                 "playerName": "M.S. Dhoni",
  54.                 "isPlayer": 1,
  55.                 "hasSpecialRole": 1,
  56.                 "specialRole": "WK",
  57.                 "role": "WK-Batsman"
  58.             },
  59.             {
  60.                 "playerName": "Rishabh Pant",
  61.                 "isPlayer": 1,
  62.                 "hasSpecialRole": 1,
  63.                 "specialRole": "WK",
  64.                 "role": "WK-Batsman"
  65.             },
  66.             {
  67.                 "playerName": "Dinesh Karthik",
  68.                 "isPlayer": 1,
  69.                 "hasSpecialRole": 1,
  70.                 "specialRole": "WK",
  71.                 "role": "WK-Batsman"
  72.             },
  73.             {
  74.                 "playerName": "Kuldeep Yadav",
  75.                 "isPlayer": 1,
  76.                 "hasSpecialRole": 0,
  77.                 "specialRole": "",
  78.                 "role": "Left-arm Chinaman Bowler"
  79.             },
  80.             {
  81.                 "playerName": "Yuzvendra Chahal",
  82.                 "isPlayer": 1,
  83.                 "hasSpecialRole": 0,
  84.                 "specialRole": "",
  85.                 "role": "Right-arm Leg Spin Bowler"
  86.             },
  87.             {
  88.                 "playerName": "Mohammed Shami",
  89.                 "isPlayer": 1,
  90.                 "hasSpecialRole": 0,
  91.                 "specialRole": "",
  92.                 "role": "Right-arm Fast-Medium Bowler"
  93.             },
  94.             {
  95.                 "playerName": "Jasprit Bumrah",
  96.                 "isPlayer": 1,
  97.                 "hasSpecialRole": 0,
  98.                 "specialRole": "",
  99.                 "role": "Right-arm Fast Bowler"
  100.             },
  101.             {
  102.                 "playerName": "Bhuvneshwar Kumar",
  103.                 "isPlayer": 1,
  104.                 "hasSpecialRole": 0,
  105.                 "specialRole": "",
  106.                 "role": "Right-arm Medium-Fast Bowler"
  107.             },
  108.             {
  109.                 "playerName": "Ravi Shastri",
  110.                 "isPlayer": 0,
  111.                 "hasSpecialRole": 1,
  112.                 "specialRole": "Coach",
  113.                 "role": ""
  114.             },
  115.             {
  116.                 "playerName": "Shikhar Dhawan",
  117.                 "isPlayer": 1,
  118.                 "hasSpecialRole": 1,
  119.                 "specialRole": "Withdrawn",
  120.                 "role": "Left-handed Batsman"
  121.             },
  122.             {
  123.                 "playerName": "Vijay Shankar",
  124.                 "isPlayer": 1,
  125.                 "hasSpecialRole": 1,
  126.                 "specialRole": "Withdrawn",
  127.                 "role": "Allrounder"
  128.             }
  129.         ]
  130.     },
  131.     {
  132.         "team": "New Zealand",
  133.         "squad": [{
  134.                 "playerName": "Kane Williamson",
  135.                 "isPlayer": 1,
  136.                 "hasSpecialRole": 1,
  137.                 "specialRole": "C",
  138.                 "role": "Right-handed Batsman"
  139.             },
  140.             {
  141.                 "playerName": "Martin Guptill",
  142.                 "isPlayer": 1,
  143.                 "hasSpecialRole": 0,
  144.                 "specialRole": "",
  145.                 "role": "Right-handed Batsman"
  146.             },
  147.             {
  148.                 "playerName": "Colin Munro",
  149.                 "isPlayer": 1,
  150.                 "hasSpecialRole": 0,
  151.                 "specialRole": "",
  152.                 "role": "Left-handed Batsman"
  153.             },
  154.             {
  155.                 "playerName": "Henry Nicholls",
  156.                 "isPlayer": 1,
  157.                 "hasSpecialRole": 0,
  158.                 "specialRole": "",
  159.                 "role": "Left-handed Batsman"
  160.             },
  161.             {
  162.                 "playerName": "Ross Taylor",
  163.                 "isPlayer": 1,
  164.                 "hasSpecialRole": 0,
  165.                 "specialRole": "",
  166.                 "role": "Right-handed Batsman"
  167.             },
  168.             {
  169.                 "playerName": "Colin de Grandhomme",
  170.                 "isPlayer": 1,
  171.                 "hasSpecialRole": 0,
  172.                 "specialRole": "",
  173.                 "role": "Allrounder"
  174.             },
  175.             {
  176.                 "playerName": "James Neesham",
  177.                 "isPlayer": 1,
  178.                 "hasSpecialRole": 0,
  179.                 "specialRole": "",
  180.                 "role": "Allrounder"
  181.             },
  182.             {
  183.                 "playerName": "Mitchell Santner",
  184.                 "isPlayer": 1,
  185.                 "hasSpecialRole": 0,
  186.                 "specialRole": "",
  187.                 "role": "Allrounder"
  188.             },
  189.             {
  190.                 "playerName": "Tom Blundell",
  191.                 "isPlayer": 1,
  192.                 "hasSpecialRole": 1,
  193.                 "specialRole": "WK",
  194.                 "role": "WK-Batsman"
  195.             },
  196.             {
  197.                 "playerName": "Tom Latham",
  198.                 "isPlayer": 1,
  199.                 "hasSpecialRole": 1,
  200.                 "specialRole": "WK",
  201.                 "role": "WK-Batsman"
  202.             },
  203.             {
  204.                 "playerName": "Tim Southee",
  205.                 "isPlayer": 1,
  206.                 "hasSpecialRole": 1,
  207.                 "specialRole": "VC",
  208.                 "role": "Right-arm Medium-Fast Bowler"
  209.             },
  210.             {
  211.                 "playerName": "Trent Boult",
  212.                 "isPlayer": 1,
  213.                 "hasSpecialRole": 0,
  214.                 "specialRole": "",
  215.                 "role": "Left-arm Fast-Medium Bowler"
  216.             },
  217.             {
  218.                 "playerName": "Lockie Ferguson",
  219.                 "isPlayer": 1,
  220.                 "hasSpecialRole": 0,
  221.                 "specialRole": "",
  222.                 "role": "Right-arm Fast Bowler"
  223.             },
  224.             {
  225.                 "playerName": "Matt Henry",
  226.                 "isPlayer": 1,
  227.                 "hasSpecialRole": 0,
  228.                 "specialRole": "",
  229.                 "role": "Right-arm Fast-Medium Bowler"
  230.             },
  231.             {
  232.                 "playerName": "Ish Sodhi",
  233.                 "isPlayer": 1,
  234.                 "hasSpecialRole": 0,
  235.                 "specialRole": "",
  236.                 "role": "Right-arm Leg Spin Bowler"
  237.             },
  238.             {
  239.                 "playerName": "Gary Stead",
  240.                 "isPlayer": 0,
  241.                 "hasSpecialRole": 1,
  242.                 "specialRole": "Coach",
  243.                 "role": ""
  244.             }
  245.  
  246.         ]
  247.     },
  248.     {
  249.         "team": "Australia",
  250.         "squad": [{
  251.                 "playerName": "Aaron Finch",
  252.                 "isPlayer": 1,
  253.                 "hasSpecialRole": 1,
  254.                 "specialRole": "C",
  255.                 "role": "Right-handed Batsman"
  256.             },
  257.             {
  258.                 "playerName": "Usman Khawaja",
  259.                 "isPlayer": 1,
  260.                 "hasSpecialRole": 0,
  261.                 "specialRole": "",
  262.                 "role": "Left-handed Batsman"
  263.             },
  264.             {
  265.                 "playerName": "Steve Smith",
  266.                 "isPlayer": 1,
  267.                 "hasSpecialRole": 0,
  268.                 "specialRole": "",
  269.                 "role": "Right-handed Batsman"
  270.             },
  271.             {
  272.                 "playerName": "David Warner",
  273.                 "isPlayer": 1,
  274.                 "hasSpecialRole": 0,
  275.                 "specialRole": "",
  276.                 "role": "Left-handed Batsman"
  277.             },
  278.             {
  279.                 "playerName": "Peter Handscomb",
  280.                 "isPlayer": 1,
  281.                 "hasSpecialRole": 0,
  282.                 "specialRole": "",
  283.                 "role": "Right-handed Batsman"
  284.             },
  285.             {
  286.                 "playerName": "Pat Cummins",
  287.                 "isPlayer": 1,
  288.                 "hasSpecialRole": 1,
  289.                 "specialRole": "VC",
  290.                 "role": "Allrounder"
  291.             },
  292.             {
  293.                 "playerName": "Glenn Maxwell",
  294.                 "isPlayer": 1,
  295.                 "hasSpecialRole": 0,
  296.                 "specialRole": "",
  297.                 "role": "Allrounder"
  298.             },
  299.             {
  300.                 "playerName": "Marcus Stoinis",
  301.                 "isPlayer": 1,
  302.                 "hasSpecialRole": 0,
  303.                 "specialRole": "",
  304.                 "role": "Allrounder"
  305.             },
  306.             {
  307.                 "playerName": "Alex Carey",
  308.                 "isPlayer": 1,
  309.                 "hasSpecialRole": 1,
  310.                 "specialRole": "VC,WK",
  311.                 "role": "WK-Batsman"
  312.             },
  313.             {
  314.                 "playerName": "Jason Behrendorff",
  315.                 "isPlayer": 1,
  316.                 "hasSpecialRole": 0,
  317.                 "specialRole": "",
  318.                 "role": "Left-arm Fast-Medium Bowler"
  319.             },
  320.             {
  321.                 "playerName": "Nathan Coulter-Nile",
  322.                 "isPlayer": 1,
  323.                 "hasSpecialRole": 0,
  324.                 "specialRole": "",
  325.                 "role": "Right-arm Fast Bowler"
  326.             },
  327.             {
  328.                 "playerName": "Nathan Lyon",
  329.                 "isPlayer": 1,
  330.                 "hasSpecialRole": 0,
  331.                 "specialRole": "",
  332.                 "role": "Right-arm Off Spin Bowler"
  333.             },
  334.             {
  335.                 "playerName": "Kane Richardson",
  336.                 "isPlayer": 1,
  337.                 "hasSpecialRole": 0,
  338.                 "specialRole": "",
  339.                 "role": "Right-arm Fast-Medium Bowler"
  340.             },
  341.             {
  342.                 "playerName": "Mitchell Starc",
  343.                 "isPlayer": 1,
  344.                 "hasSpecialRole": 0,
  345.                 "specialRole": "",
  346.                 "role": "Left-arm Fast Bowler"
  347.             },
  348.             {
  349.                 "playerName": "Adam Zampa",
  350.                 "isPlayer": 1,
  351.                 "hasSpecialRole": 0,
  352.                 "specialRole": "",
  353.                 "role": "Right-arm Leg Spin Bowler"
  354.             },
  355.             {
  356.                 "playerName": "Justin Langer",
  357.                 "isPlayer": 0,
  358.                 "hasSpecialRole": 1,
  359.                 "specialRole": "Coach",
  360.                 "role": ""
  361.             },
  362.             {
  363.                 "playerName": "Mitchell Marsh",
  364.                 "isPlayer": 1,
  365.                 "hasSpecialRole": 1,
  366.                 "specialRole": "Standby",
  367.                 "role": "Allrounder"
  368.             },
  369.             {
  370.                 "playerName": "Matthew Wade",
  371.                 "isPlayer": 1,
  372.                 "hasSpecialRole": 1,
  373.                 "specialRole": "Standby",
  374.                 "role": "WK-Batsman"
  375.             },
  376.             {
  377.                 "playerName": "Shaun Marsh",
  378.                 "isPlayer": 1,
  379.                 "hasSpecialRole": 1,
  380.                 "specialRole": "Withdrawn",
  381.                 "role": "Left-handed Batsman"
  382.             },
  383.             {
  384.                 "playerName": "Jhye Richardson",
  385.                 "isPlayer": 1,
  386.                 "hasSpecialRole": 1,
  387.                 "specialRole": "Withdrawn",
  388.                 "role": "Right-arm Fast Bowler"
  389.             }
  390.         ]
  391.     },
  392.     {
  393.         "team": "Bangladesh",
  394.         "squad": [{
  395.                 "playerName": "Tamim Iqbal",
  396.                 "isPlayer": 1,
  397.                 "hasSpecialRole": 0,
  398.                 "specialRole": "",
  399.                 "role": "Left-handed Batsman"
  400.             },
  401.             {
  402.                 "playerName": "Mahmudullah",
  403.                 "isPlayer": 1,
  404.                 "hasSpecialRole": 0,
  405.                 "specialRole": "",
  406.                 "role": "Right-handed Batsman"
  407.             },
  408.             {
  409.                 "playerName": "Sabbir Rahman",
  410.                 "isPlayer": 1,
  411.                 "hasSpecialRole": 0,
  412.                 "specialRole": "",
  413.                 "role": "Right-handed Batsman"
  414.             },
  415.             {
  416.                 "playerName": "Shakib Al Hasan",
  417.                 "isPlayer": 1,
  418.                 "hasSpecialRole": 1,
  419.                 "specialRole": "VC",
  420.                 "role": "Allrounder"
  421.             },
  422.             {
  423.                 "playerName": "Mehedi Hasan Miraz",
  424.                 "isPlayer": 1,
  425.                 "hasSpecialRole": 0,
  426.                 "specialRole": "",
  427.                 "role": "Allrounder"
  428.             },
  429.             {
  430.                 "playerName": "Soumya Sarkar",
  431.                 "isPlayer": 1,
  432.                 "hasSpecialRole": 0,
  433.                 "specialRole": "",
  434.                 "role": "Allrounder"
  435.             },
  436.             {
  437.                 "playerName": "Mohammad Saifuddin",
  438.                 "isPlayer": 1,
  439.                 "hasSpecialRole": 0,
  440.                 "specialRole": "",
  441.                 "role": "Allrounder"
  442.             },
  443.             {
  444.                 "playerName": "Mosaddek Hossain",
  445.                 "isPlayer": 1,
  446.                 "hasSpecialRole": 0,
  447.                 "specialRole": "",
  448.                 "role": "Allrounder"
  449.             },
  450.             {
  451.                 "playerName": "Liton Das",
  452.                 "isPlayer": 1,
  453.                 "hasSpecialRole": 1,
  454.                 "specialRole": "WK",
  455.                 "role": "WK-Batsman"
  456.             },
  457.             {
  458.                 "playerName": "Mushfiqur Rahim",
  459.                 "isPlayer": 1,
  460.                 "hasSpecialRole": 1,
  461.                 "specialRole": "WK",
  462.                 "role": "WK-Batsman"
  463.             },
  464.             {
  465.                 "playerName": "Mohammad Mithun",
  466.                 "isPlayer": 1,
  467.                 "hasSpecialRole": 1,
  468.                 "specialRole": "WK",
  469.                 "role": "WK-Batsman"
  470.             },
  471.             {
  472.                 "playerName": "Mashrafe Mortaza",
  473.                 "isPlayer": 1,
  474.                 "hasSpecialRole": 1,
  475.                 "specialRole": "C",
  476.                 "role": "Right-arm Medium Bowler"
  477.             },
  478.             {
  479.                 "playerName": "Rubel Hossain",
  480.                 "isPlayer": 1,
  481.                 "hasSpecialRole": 0,
  482.                 "specialRole": "",
  483.                 "role": "Right-arm Medium-Fast Bowler"
  484.             },
  485.             {
  486.                 "playerName": "Mustafizur Rahman",
  487.                 "isPlayer": 1,
  488.                 "hasSpecialRole": 0,
  489.                 "specialRole": "",
  490.                 "role": "Left-arm Fast-Medium Bowler"
  491.             },
  492.             {
  493.                 "playerName": "Abu Jayed",
  494.                 "isPlayer": 1,
  495.                 "hasSpecialRole": 0,
  496.                 "specialRole": "",
  497.                 "role": "Right-arm Fast-Medium Bowler"
  498.             },
  499.             {
  500.                 "playerName": "Steve Rhodes",
  501.                 "isPlayer": 0,
  502.                 "hasSpecialRole": 1,
  503.                 "specialRole": "Coach",
  504.                 "role": ""
  505.             }
  506.         ]
  507.     },
  508.     {
  509.         "team": "England",
  510.         "squad": [{
  511.                 "playerName": "Eoin Morgan",
  512.                 "isPlayer": 1,
  513.                 "hasSpecialRole": 1,
  514.                 "specialRole": "C",
  515.                 "role": "Left-handed Batsman"
  516.             },
  517.             {
  518.                 "playerName": "Joe Root",
  519.                 "isPlayer": 1,
  520.                 "hasSpecialRole": 0,
  521.                 "specialRole": "",
  522.                 "role": "Right-handed Batsman"
  523.             },
  524.             {
  525.                 "playerName": "Jason Roy",
  526.                 "isPlayer": 1,
  527.                 "hasSpecialRole": 0,
  528.                 "specialRole": "",
  529.                 "role": "Right-handed Batsman"
  530.             },
  531.             {
  532.                 "playerName": "James Vince",
  533.                 "isPlayer": 1,
  534.                 "hasSpecialRole": 0,
  535.                 "specialRole": "",
  536.                 "role": "Right-handed Batsman"
  537.             },
  538.             {
  539.                 "playerName": "Moeen Ali",
  540.                 "isPlayer": 1,
  541.                 "hasSpecialRole": 0,
  542.                 "specialRole": "",
  543.                 "role": "Allrounder"
  544.             },
  545.             {
  546.                 "playerName": "Ben Stokes",
  547.                 "isPlayer": 1,
  548.                 "hasSpecialRole": 0,
  549.                 "specialRole": "",
  550.                 "role": "Allrounder"
  551.             },
  552.             {
  553.                 "playerName": "Chris Woakes",
  554.                 "isPlayer": 1,
  555.                 "hasSpecialRole": 0,
  556.                 "specialRole": "",
  557.                 "role": "Allrounder"
  558.             },
  559.             {
  560.                 "playerName": "Liam Dawson",
  561.                 "isPlayer": 1,
  562.                 "hasSpecialRole": 0,
  563.                 "specialRole": "",
  564.                 "role": "Allrounder"
  565.             },
  566.             {
  567.                 "playerName": "Jos Buttler",
  568.                 "isPlayer": 1,
  569.                 "hasSpecialRole": 1,
  570.                 "specialRole": "VC,WK",
  571.                 "role": "WK-Batsman"
  572.             },
  573.             {
  574.                 "playerName": "Jonny Bairstow",
  575.                 "isPlayer": 1,
  576.                 "hasSpecialRole": 1,
  577.                 "specialRole": "WK",
  578.                 "role": "WK-Batsman"
  579.             },
  580.             {
  581.                 "playerName": "Tom Curran",
  582.                 "isPlayer": 1,
  583.                 "hasSpecialRole": 0,
  584.                 "specialRole": "",
  585.                 "role": "Right-arm Fast-Medium Bowler"
  586.             },
  587.             {
  588.                 "playerName": " Jofra Archer",
  589.                 "isPlayer": 1,
  590.                 "hasSpecialRole": 0,
  591.                 "specialRole": "",
  592.                 "role": "Right-arm Fast Bowler"
  593.             },
  594.             {
  595.                 "playerName": "Liam Plunkett",
  596.                 "isPlayer": 1,
  597.                 "hasSpecialRole": 0,
  598.                 "specialRole": "",
  599.                 "role": "Right-arm Fast Bowler"
  600.             },
  601.             {
  602.                 "playerName": "Adil Rashid",
  603.                 "isPlayer": 1,
  604.                 "hasSpecialRole": 0,
  605.                 "specialRole": "",
  606.                 "role": "Right-arm Leg Spin Bowler"
  607.             },
  608.             {
  609.                 "playerName": "Mark Wood",
  610.                 "isPlayer": 1,
  611.                 "hasSpecialRole": 0,
  612.                 "specialRole": "",
  613.                 "role": "Right-arm Fast Bowler"
  614.             },
  615.             {
  616.                 "playerName": "Trevor Bayliss",
  617.                 "isPlayer": 0,
  618.                 "hasSpecialRole": 1,
  619.                 "specialRole": "Coach",
  620.                 "role": ""
  621.             },
  622.             {
  623.                 "playerName": "Joe Denly",
  624.                 "isPlayer": 1,
  625.                 "hasSpecialRole": 1,
  626.                 "specialRole": "Withdrawn",
  627.                 "role": "Allrounder"
  628.             },
  629.             {
  630.                 "playerName": "Alex Hales",
  631.                 "isPlayer": 1,
  632.                 "hasSpecialRole": 1,
  633.                 "specialRole": "Withdrawn",
  634.                 "role": "Right-handed Batsman"
  635.             },
  636.             {
  637.                 "playerName": "David Willey",
  638.                 "isPlayer": 1,
  639.                 "hasSpecialRole": 1,
  640.                 "specialRole": "Withdrawn",
  641.                 "role": "Allrounder"
  642.             }
  643.         ]
  644.     },
  645.     {
  646.         "team": "Pakistan",
  647.         "squad": [{
  648.                 "playerName": "Fakhar Zaman",
  649.                 "isPlayer": 1,
  650.                 "hasSpecialRole": 0,
  651.                 "specialRole": "",
  652.                 "role": "Left-handed Batsman"
  653.             },
  654.             {
  655.                 "playerName": "Imam-ul-Haq",
  656.                 "isPlayer": 1,
  657.                 "hasSpecialRole": 0,
  658.                 "specialRole": "",
  659.                 "role": "Left-handed Batsman"
  660.             },
  661.             {
  662.                 "playerName": "Babar Azam",
  663.                 "isPlayer": 1,
  664.                 "hasSpecialRole": 0,
  665.                 "specialRole": "",
  666.                 "role": "Right-handed Batsman"
  667.             },
  668.             {
  669.                 "playerName": "Haris Sohail",
  670.                 "isPlayer": 1,
  671.                 "hasSpecialRole": 0,
  672.                 "specialRole": "",
  673.                 "role": "Left-handed Batsman"
  674.             },
  675.             {
  676.                 "playerName": "Asif Ali",
  677.                 "isPlayer": 1,
  678.                 "hasSpecialRole": 0,
  679.                 "specialRole": "",
  680.                 "role": "Right-handed Batsman"
  681.             },
  682.             {
  683.                 "playerName": "Shoaib Malik",
  684.                 "isPlayer": 1,
  685.                 "hasSpecialRole": 1,
  686.                 "specialRole": "VC",
  687.                 "role": "Allrounder"
  688.             },
  689.             {
  690.                 "playerName": "Mohammad Hafeez",
  691.                 "isPlayer": 1,
  692.                 "hasSpecialRole": 0,
  693.                 "specialRole": "",
  694.                 "role": "Allrounder"
  695.             },
  696.             {
  697.                 "playerName": "Shadab Khan",
  698.                 "isPlayer": 1,
  699.                 "hasSpecialRole": 0,
  700.                 "specialRole": "",
  701.                 "role": "Allrounder"
  702.             },
  703.             {
  704.                 "playerName": "Imad Wasim",
  705.                 "isPlayer": 1,
  706.                 "hasSpecialRole": 0,
  707.                 "specialRole": "",
  708.                 "role": "Allrounder"
  709.             },
  710.             {
  711.                 "playerName": "Sarfaraz Ahmed",
  712.                 "isPlayer": 1,
  713.                 "hasSpecialRole": 1,
  714.                 "specialRole": "C,WK",
  715.                 "role": "WK-Batsman"
  716.             },
  717.             {
  718.                 "playerName": "Hasan Ali",
  719.                 "isPlayer": 1,
  720.                 "hasSpecialRole": 0,
  721.                 "specialRole": "",
  722.                 "role": "Right-arm Fast-Medium Bowler"
  723.             },
  724.             {
  725.                 "playerName": "Shaheen Afridi",
  726.                 "isPlayer": 1,
  727.                 "hasSpecialRole": 0,
  728.                 "specialRole": "",
  729.                 "role": "Left-arm Fast Bowler"
  730.             },
  731.             {
  732.                 "playerName": "Mohammad Hasnain",
  733.                 "isPlayer": 1,
  734.                 "hasSpecialRole": 0,
  735.                 "specialRole": "",
  736.                 "role": "Right-arm Fast-Medium Bowler"
  737.             },
  738.             {
  739.                 "playerName": "Mohammad Amir",
  740.                 "isPlayer": 1,
  741.                 "hasSpecialRole": 0,
  742.                 "specialRole": "",
  743.                 "role": "Left-arm Fast Bowler"
  744.             },
  745.             {
  746.                 "playerName": "Wahab Riaz",
  747.                 "isPlayer": 1,
  748.                 "hasSpecialRole": 0,
  749.                 "specialRole": "",
  750.                 "role": "Left-arm Fast Bowler"
  751.             },
  752.             {
  753.                 "playerName": "Mickey Arthur",
  754.                 "isPlayer": 0,
  755.                 "hasSpecialRole": 1,
  756.                 "specialRole": "Coach",
  757.                 "role": ""
  758.             }
  759.         ]
  760.     },
  761.     {
  762.         "team": "South Africa",
  763.         "squad": [{
  764.                 "playerName": "Faf du Plessis",
  765.                 "isPlayer": 1,
  766.                 "hasSpecialRole": 1,
  767.                 "specialRole": "C",
  768.                 "role": "Right-handed Batsman"
  769.             },
  770.             {
  771.                 "playerName": "Hashim Amla",
  772.                 "isPlayer": 1,
  773.                 "hasSpecialRole": 0,
  774.                 "specialRole": "",
  775.                 "role": "Right-handed Batsman"
  776.             },
  777.             {
  778.                 "playerName": "Aiden Markram",
  779.                 "isPlayer": 1,
  780.                 "hasSpecialRole": 0,
  781.                 "specialRole": "",
  782.                 "role": "Right-handed Batsman"
  783.             },
  784.             {
  785.                 "playerName": "Rassie van der Dussen",
  786.                 "isPlayer": 1,
  787.                 "hasSpecialRole": 0,
  788.                 "specialRole": "",
  789.                 "role": "Right-handed Batsman"
  790.             },
  791.             {
  792.                 "playerName": "David Miller",
  793.                 "isPlayer": 1,
  794.                 "hasSpecialRole": 0,
  795.                 "specialRole": "",
  796.                 "role": "Left-handed Batsman"
  797.             },
  798.             {
  799.                 "playerName": "JP Duminy",
  800.                 "isPlayer": 1,
  801.                 "hasSpecialRole": 0,
  802.                 "specialRole": "",
  803.                 "role": "Allrounder"
  804.             },
  805.             {
  806.                 "playerName": "Andile Phehlukwayo",
  807.                 "isPlayer": 1,
  808.                 "hasSpecialRole": 0,
  809.                 "specialRole": "",
  810.                 "role": "Allrounder"
  811.             },
  812.             {
  813.                 "playerName": "Dwaine Pretorius",
  814.                 "isPlayer": 1,
  815.                 "hasSpecialRole": 0,
  816.                 "specialRole": "",
  817.                 "role": "Allrounder"
  818.             },
  819.             {
  820.                 "playerName": "Chris Morris",
  821.                 "isPlayer": 1,
  822.                 "hasSpecialRole": 0,
  823.                 "specialRole": "",
  824.                 "role": "Allrounder"
  825.             },
  826.             {
  827.                 "playerName": "Quinton de Kock",
  828.                 "isPlayer": 1,
  829.                 "hasSpecialRole": 1,
  830.                 "specialRole": "VC,WK",
  831.                 "role": "WK-Batsman"
  832.             },
  833.             {
  834.                 "playerName": "Beuran Hendricks",
  835.                 "isPlayer": 1,
  836.                 "hasSpecialRole": 0,
  837.                 "specialRole": "",
  838.                 "role": "Left-arm Fast-Medium Bowler"
  839.             },
  840.             {
  841.                 "playerName": "Kagiso Rabada",
  842.                 "isPlayer": 1,
  843.                 "hasSpecialRole": 0,
  844.                 "specialRole": "",
  845.                 "role": "Right-arm Fast Bowler"
  846.             },
  847.             {
  848.                 "playerName": "Lungi Ngidi",
  849.                 "isPlayer": 1,
  850.                 "hasSpecialRole": 0,
  851.                 "specialRole": "",
  852.                 "role": "Right-arm Fast-Medium Bowler"
  853.             },
  854.             {
  855.                 "playerName": "Imran Tahir",
  856.                 "isPlayer": 1,
  857.                 "hasSpecialRole": 0,
  858.                 "specialRole": "",
  859.                 "role": "Right-arm Leg Spin Bowler"
  860.             },
  861.             {
  862.                 "playerName": "Tabraiz Shamsi",
  863.                 "isPlayer": 1,
  864.                 "hasSpecialRole": 0,
  865.                 "specialRole": "",
  866.                 "role": "Left-arm Wrist Spin Bowler"
  867.             },
  868.             {
  869.                 "playerName": "Ottis Gibson",
  870.                 "isPlayer": 0,
  871.                 "hasSpecialRole": 1,
  872.                 "specialRole": "Coach",
  873.                 "role": ""
  874.             }
  875.         ]
  876.     },
  877.     {
  878.         "team": "Sri Lanka",
  879.         "squad": [{
  880.                 "playerName": "Dimuth Karunaratne",
  881.                 "isPlayer": 1,
  882.                 "hasSpecialRole": 1,
  883.                 "specialRole": "C",
  884.                 "role": "Left-handed Batsman"
  885.             },
  886.             {
  887.                 "playerName": "Avishka Fernando",
  888.                 "isPlayer": 1,
  889.                 "hasSpecialRole": 0,
  890.                 "specialRole": "",
  891.                 "role": "Right-handed Batsman"
  892.             },
  893.             {
  894.                 "playerName": "Lahiru Thirimanne",
  895.                 "isPlayer": 1,
  896.                 "hasSpecialRole": 0,
  897.                 "specialRole": "",
  898.                 "role": "Left-handed Batsman"
  899.             },
  900.             {
  901.                 "playerName": "Angelo Mathews",
  902.                 "isPlayer": 1,
  903.                 "hasSpecialRole": 0,
  904.                 "specialRole": "",
  905.                 "role": "Allrounder"
  906.             },
  907.             {
  908.                 "playerName": "Dhananjaya de Silva",
  909.                 "isPlayer": 1,
  910.                 "hasSpecialRole": 0,
  911.                 "specialRole": "",
  912.                 "role": "Allrounder"
  913.             },
  914.             {
  915.                 "playerName": "Thisara Perera",
  916.                 "isPlayer": 1,
  917.                 "hasSpecialRole": 0,
  918.                 "specialRole": "",
  919.                 "role": "Allrounder"
  920.             },
  921.             {
  922.                 "playerName": "Isuru Udana",
  923.                 "isPlayer": 1,
  924.                 "hasSpecialRole": 0,
  925.                 "specialRole": "",
  926.                 "role": "Allrounder"
  927.             },
  928.             {
  929.                 "playerName": "Jeevan Mendis",
  930.                 "isPlayer": 1,
  931.                 "hasSpecialRole": 0,
  932.                 "specialRole": "",
  933.                 "role": "Allrounder"
  934.             },
  935.             {
  936.                 "playerName": "Milinda Siriwardana",
  937.                 "isPlayer": 1,
  938.                 "hasSpecialRole": 0,
  939.                 "specialRole": "",
  940.                 "role": "Allrounder"
  941.             },
  942.             {
  943.                 "playerName": "Kusal Mendis",
  944.                 "isPlayer": 1,
  945.                 "hasSpecialRole": 1,
  946.                 "specialRole": "WK",
  947.                 "role": "WK-Batsman"
  948.             },
  949.             {
  950.                 "playerName": "Kusal Perera ",
  951.                 "isPlayer": 1,
  952.                 "hasSpecialRole": 1,
  953.                 "specialRole": "WK",
  954.                 "role": "WK-Batsman"
  955.             },
  956.             {
  957.                 "playerName": "Jeffrey Vandersay",
  958.                 "isPlayer": 1,
  959.                 "hasSpecialRole": 0,
  960.                 "specialRole": "",
  961.                 "role": "Right-arm Leg Spin Bowler"
  962.             },
  963.             {
  964.                 "playerName": "Lasith Malinga",
  965.                 "isPlayer": 1,
  966.                 "hasSpecialRole": 0,
  967.                 "specialRole": "",
  968.                 "role": "Right-arm Fast Bowler"
  969.             },
  970.             {
  971.                 "playerName": "Suranga Lakmal",
  972.                 "isPlayer": 1,
  973.                 "hasSpecialRole": 0,
  974.                 "specialRole": "",
  975.                 "role": "Right-arm Fast-Medium Bowler"
  976.             },
  977.             {
  978.                 "playerName": "Nuwan Pradeep",
  979.                 "isPlayer": 1,
  980.                 "hasSpecialRole": 0,
  981.                 "specialRole": "",
  982.                 "role": "Right-arm Fast-Medium Bowler"
  983.             },
  984.             {
  985.                 "playerName": "Chandika Hathurusingha",
  986.                 "isPlayer": 0,
  987.                 "hasSpecialRole": 1,
  988.                 "specialRole": "Coach",
  989.                 "role": ""
  990.             }
  991.         ]
  992.     },
  993.     {
  994.         "team": "Afghanistan",
  995.         "squad": [{
  996.                 "playerName": "Asghar Afghan",
  997.                 "isPlayer": 1,
  998.                 "hasSpecialRole": 0,
  999.                 "specialRole": "",
  1000.                 "role": "Right-handed Batsman"
  1001.             },
  1002.             {
  1003.                 "playerName": "Hashmatullah Shahidi",
  1004.                 "isPlayer": 1,
  1005.                 "hasSpecialRole": 0,
  1006.                 "specialRole": "",
  1007.                 "role": "Right-handed Batsman"
  1008.             },
  1009.             {
  1010.                 "playerName": "Hazratullah Zazai",
  1011.                 "isPlayer": 1,
  1012.                 "hasSpecialRole": 0,
  1013.                 "specialRole": "",
  1014.                 "role": "Left-handed Batsman"
  1015.             },
  1016.             {
  1017.                 "playerName": "Najibullah Zadran",
  1018.                 "isPlayer": 1,
  1019.                 "hasSpecialRole": 0,
  1020.                 "specialRole": "",
  1021.                 "role": "Left-handed Batsman"
  1022.             },
  1023.             {
  1024.                 "playerName": "Noor Ali Zadran",
  1025.                 "isPlayer": 1,
  1026.                 "hasSpecialRole": 0,
  1027.                 "specialRole": "",
  1028.                 "role": "Right-handed Batsman"
  1029.             },
  1030.             {
  1031.                 "playerName": "Rahmat Shah",
  1032.                 "isPlayer": 1,
  1033.                 "hasSpecialRole": 0,
  1034.                 "specialRole": "",
  1035.                 "role": "Right-handed Batsman"
  1036.             },
  1037.             {
  1038.                 "playerName": "Gulbadin Naib",
  1039.                 "isPlayer": 1,
  1040.                 "hasSpecialRole": 1,
  1041.                 "specialRole": "C",
  1042.                 "role": "Allrounder"
  1043.             },
  1044.             {
  1045.                 "playerName": "Rashid Khan",
  1046.                 "isPlayer": 1,
  1047.                 "hasSpecialRole": 1,
  1048.                 "specialRole": "VC",
  1049.                 "role": "Allrounder"
  1050.             },
  1051.             {
  1052.                 "playerName": "Aftab Alam",
  1053.                 "isPlayer": 1,
  1054.                 "hasSpecialRole": 0,
  1055.                 "specialRole": "",
  1056.                 "role": "Allrounder"
  1057.             },
  1058.             {
  1059.                 "playerName": "Mohammad Nabi",
  1060.                 "isPlayer": 1,
  1061.                 "hasSpecialRole": 0,
  1062.                 "specialRole": "",
  1063.                 "role": "Allrounder"
  1064.             },
  1065.             {
  1066.                 "playerName": "Samiullah Shinwari",
  1067.                 "isPlayer": 1,
  1068.                 "hasSpecialRole": 0,
  1069.                 "specialRole": "",
  1070.                 "role": "Allrounder"
  1071.             },
  1072.             {
  1073.                 "playerName": "Ikram Ali Khil",
  1074.                 "isPlayer": 1,
  1075.                 "hasSpecialRole": 1,
  1076.                 "specialRole": "WK",
  1077.                 "role": "WK-Batsman"
  1078.             },
  1079.             {
  1080.                 "playerName": "Dawlat Zadran",
  1081.                 "isPlayer": 1,
  1082.                 "hasSpecialRole": 0,
  1083.                 "specialRole": "",
  1084.                 "role": "Right-arm Fast Bowler"
  1085.             },
  1086.             {
  1087.                 "playerName": "Hamid Hasan",
  1088.                 "isPlayer": 1,
  1089.                 "hasSpecialRole": 0,
  1090.                 "specialRole": "",
  1091.                 "role": "Right-arm Fast Bowler"
  1092.             },
  1093.             {
  1094.                 "playerName": "Mujeeb Ur Rahman",
  1095.                 "isPlayer": 1,
  1096.                 "hasSpecialRole": 0,
  1097.                 "specialRole": "",
  1098.                 "role": "Right-arm Off Spin Bowler"
  1099.             },
  1100.             {
  1101.                 "playerName": "Phil Simmons",
  1102.                 "isPlayer": 0,
  1103.                 "hasSpecialRole": 1,
  1104.                 "specialRole": "Coach",
  1105.                 "role": ""
  1106.             }, {
  1107.                 "playerName": "Mohammad Shahzad",
  1108.                 "isPlayer": 1,
  1109.                 "hasSpecialRole": 1,
  1110.                 "specialRole": "Withdrawn",
  1111.                 "role": "WK-Batsman"
  1112.             }
  1113.         ]
  1114.     },
  1115.     {
  1116.         "team": "West Indies",
  1117.         "squad": [{
  1118.                 "playerName": "Evin Lewis",
  1119.                 "isPlayer": 1,
  1120.                 "hasSpecialRole": 0,
  1121.                 "specialRole": "",
  1122.                 "role": "Left-handed Batsman"
  1123.             },
  1124.             {
  1125.                 "playerName": "Darren Bravo",
  1126.                 "isPlayer": 1,
  1127.                 "hasSpecialRole": 0,
  1128.                 "specialRole": "",
  1129.                 "role": "Left-handed Batsman"
  1130.             },
  1131.             {
  1132.                 "playerName": "Shimron Hetmyer",
  1133.                 "isPlayer": 1,
  1134.                 "hasSpecialRole": 0,
  1135.                 "specialRole": "",
  1136.                 "role": "Left-handed Batsman"
  1137.             },
  1138.             {
  1139.                 "playerName": "Sunil Ambris",
  1140.                 "isPlayer": 1,
  1141.                 "hasSpecialRole": 0,
  1142.                 "specialRole": "",
  1143.                 "role": "Right-handed batsman"
  1144.             },
  1145.             {
  1146.                 "playerName": "Fabian Allen",
  1147.                 "isPlayer": 1,
  1148.                 "hasSpecialRole": 0,
  1149.                 "specialRole": "",
  1150.                 "role": "Allrounder"
  1151.             },
  1152.  
  1153.             {
  1154.                 "playerName": "Chris Gayle",
  1155.                 "isPlayer": 1,
  1156.                 "hasSpecialRole": 0,
  1157.                 "specialRole": "",
  1158.                 "role": "Allrounder"
  1159.             },
  1160.             {
  1161.                 "playerName": "Jason Holder",
  1162.                 "isPlayer": 1,
  1163.                 "hasSpecialRole": 1,
  1164.                 "specialRole": "C",
  1165.                 "role": "Allrounder"
  1166.             },
  1167.             {
  1168.                 "playerName": "Carlos Brathwaite",
  1169.                 "isPlayer": 1,
  1170.                 "hasSpecialRole": 0,
  1171.                 "specialRole": "",
  1172.                 "role": "Allrounder"
  1173.             },
  1174.             {
  1175.                 "playerName": "Shai Hope",
  1176.                 "isPlayer": 1,
  1177.                 "hasSpecialRole": 1,
  1178.                 "specialRole": "WK",
  1179.                 "role": "WK-Batsman"
  1180.             },
  1181.             {
  1182.                 "playerName": "Nicholas Pooran",
  1183.                 "isPlayer": 1,
  1184.                 "hasSpecialRole": 1,
  1185.                 "specialRole": "WK",
  1186.                 "role": "WK-Batsman"
  1187.             },
  1188.             {
  1189.                 "playerName": "Shannon Gabriel",
  1190.                 "isPlayer": 1,
  1191.                 "hasSpecialRole": 0,
  1192.                 "specialRole": "",
  1193.                 "role": "Right-arm Fast Bowler"
  1194.             },
  1195.             {
  1196.                 "playerName": "Oshane Thomas",
  1197.                 "isPlayer": 1,
  1198.                 "hasSpecialRole": 0,
  1199.                 "specialRole": "",
  1200.                 "role": "Right-arm Fast Bowler"
  1201.             },
  1202.             {
  1203.                 "playerName": "Sheldon Cottrell",
  1204.                 "isPlayer": 1,
  1205.                 "hasSpecialRole": 0,
  1206.                 "specialRole": "",
  1207.                 "role": "Left-arm Fast-Medium Bowler"
  1208.             },
  1209.             {
  1210.                 "playerName": "Ashley Nurse",
  1211.                 "isPlayer": 1,
  1212.                 "hasSpecialRole": 0,
  1213.                 "specialRole": "",
  1214.                 "role": "Right-arm Off Spin Bowler"
  1215.             },
  1216.             {
  1217.                 "playerName": "Kemar Roach",
  1218.                 "isPlayer": 1,
  1219.                 "hasSpecialRole": 0,
  1220.                 "specialRole": "",
  1221.                 "role": "Right-arm Fast-Medium Bowler"
  1222.             },
  1223.             {
  1224.                 "playerName": "Floyd Reifer",
  1225.                 "isPlayer": 0,
  1226.                 "hasSpecialRole": 1,
  1227.                 "specialRole": "Coach",
  1228.                 "role": ""
  1229.             },
  1230.             {
  1231.                 "playerName": "Andre Russel",
  1232.                 "isPlayer": 1,
  1233.                 "hasSpecialRole": 1,
  1234.                 "specialRole": "Withdrawn",
  1235.                 "role": "Allrounder"
  1236.             }
  1237.         ]
  1238.     }
  1239.  
  1240.  
  1241.  
  1242.  
  1243. ]
Add Comment
Please, Sign In to add comment