1{
2  "cirq_type": "SingleQubitReadoutCalibrationResult",
3  "zero_state_errors": [
4    [
5      {
6        "cirq_type": "LineQubit",
7        "x": 0
8      },
9      0.1
10    ]
11  ],
12  "one_state_errors": [
13    [
14      {
15        "cirq_type": "LineQubit",
16        "x": 0
17      },
18      0.2
19    ]
20  ],
21  "repetitions": 1000,
22  "timestamp": 0.3
23}