This is an index, with contest ids for keys, and arbitrary values that belong to matching contests.
Example, with selected contest options:
{ '1': 'option1', '2': 'optiona' }
Here '1' and '2' are contest ids, and 'option1' and 'optiona' are selected contest options.
'1'
'2'
'option1'
'optiona'
Defines the data type of the value
This is an index, with contest ids for keys, and arbitrary values that belong to matching contests.
Example, with selected contest options:
Here
'1'
and'2'
are contest ids, and'option1'
and'optiona'
are selected contest options.