Advertisement
Guest User

Untitled

a guest
Sep 22nd, 2019
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.59 KB | None | 0 0
  1. [
  2. { playerId: '23036', highlight: 'goal' },
  3. { playerId: '23036', highlight: 'goal' },
  4. { playerId: '450', highlight: 'goal' },
  5. { playerId: '89770', highlight: 'goal' },
  6. { playerId: '23036', highlight: 'goal' },
  7. { playerId: '11640', highlight: 'goal' },
  8. { playerId: '9711', highlight: 'yellow' },
  9. ]
  10.  
  11.  
  12. cel:
  13.  
  14. {
  15. 23036: {
  16. highlights: ['goal', 'goal', 'goal']
  17. },
  18. 450: {
  19. highlights: ['goal']
  20. },
  21. 89770: {
  22. highlights: ['goal']
  23. },
  24. 23036: {
  25. highlights: ['goal']
  26. },
  27. 11640: {
  28. highlights: ['goal']
  29. },
  30. 9711: {
  31. highlights: ['yellow']
  32. }
  33. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement