blob: 44d20852881b5b040133c3c6f5ed5cd653d22151 (
plain)
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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
|
AAAAAAAAAA
F
longstr ->
S Here is a long string
signedint ->
I 12345
decimal ->
D 3:::123456
timestamp ->
T 109876543209876
table ->
F
one ->
I 54321
two ->
S A long string
byte ->
b -1
long ->
l 1234567890
short ->
s 655
bool ->
t true
binary ->
x 612062696e61727920737472696e67
void ->
V
array ->
A
I 54321
S A long string
float ->
f 3.14159
double ->
d 3.14159
BBBBBBBBBB
F
longstr ->
S Here is a long string
signedint ->
I 12345
decimal ->
D 3:::123456
timestamp ->
T 109876543209876
table ->
F
one ->
I 54321
two ->
S A long string
byte ->
b -1
long ->
l 1234567890
short ->
s 655
bool ->
t true
binary ->
x 612062696e61727920737472696e67
void ->
V
array ->
A
I 54321
S A long string
float ->
f 3.14159
double ->
d 3.14159
----------
F
aardvark ->
S first
beta ->
S second
decimal ->
D 2:::1234
middle ->
S third
number ->
I 1234
time ->
T 1234123412341234
wombat ->
S fourth
zebra ->
S last
|