-
Notifications
You must be signed in to change notification settings - Fork 103
Expand file tree
/
Copy pathplaintext_two_ballots_small.json
More file actions
executable file
·63 lines (63 loc) · 1.44 KB
/
plaintext_two_ballots_small.json
File metadata and controls
executable file
·63 lines (63 loc) · 1.44 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
[
{
"object_id": "external-ballot-id-2345",
"style_id": "franklin-county-ozark-schools",
"contests": [
{
"object_id": "referendum-pineapple",
"ballot_selections": [
{
"object_id": "referendum-pineapple-affirmative-selection",
"vote": 1
}
]
},
{
"object_id": "congressional-race-01",
"ballot_selections": [
{
"object_id": "john-hancock-selection",
"vote": 1
}
]
},
{
"object_id": "ozark-school-board-race",
"ballot_selections": [
{
"object_id": "samuel-adams-selection",
"vote": 1
},
{
"object_id": "thomas-jefferson-selection",
"vote": 1
}
]
}
]
},
{
"object_id": "external-ballot-id-9876",
"style_id": "franklin-county-no-schooldistrict",
"contests": [
{
"object_id": "referendum-pineapple",
"ballot_selections": [
{
"object_id": "referendum-pineapple-affirmative-selection",
"vote": 1
}
]
},
{
"object_id": "congressional-race-01",
"ballot_selections": [
{
"object_id": "benjamin-franklin-selection",
"vote": 1
}
]
}
]
}
]