Skip to content

Match Result Data Type (application json)

detsam edited this page Nov 30, 2012 · 1 revision

Type Reference

Simple json object.

{
  'winner' : [String, winner name],
  'ricoshets' : [Integer, ricoshets count],
  'maxBallSpeed' : [Integer, max ball speed]
}

Used by another:

  • [Match Report Data](./Match-Report-Data-Type-(application-json))

Example

{
  'winner' : 'R2D2',
  'ricoshets' : 24,
  'maxBallSpeed' : 54
}