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
{
"A": {
"data": [
27,
48,
88,
69,
9,
44,
3,
73
],
"format": {
"numeric_type": "bitnum",
"is_signed": false,
"width": 32
}
},
"B": {
"data": [
95,
68,
79,
39,
33,
88,
51,
99
],
"format": {
"numeric_type": "bitnum",
"is_signed": false,
"width": 32
}
},
"v": {
"data": [
0
],
"format": {
"numeric_type": "bitnum",
"is_signed": true,
"width": 32
}
}
}