aboutsummaryrefslogtreecommitdiffstats
path: root/rlptest.json
blob: b443d65a4d5b382e2acf626f55dd0d7cc7c3dc06 (plain) (blame)
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
[
    [
        "cat", 
        "43636174"
    ], 
    [
        "dog", 
        "43646f67"
    ], 
    [
        [ "cat", "dog" ], 
        "824363617443646f67"
    ], 
    [
        [ "dog", "god", "cat" ],
        "8343646f6743676f6443636174"
    ],
    [
        1, 
        "01"
    ], 
    [
        10, 
        "0a"
    ], 
    [
        100, 
        "1864"
    ], 
    [
        1000, 
        "1903e8"
    ], 
    [
        115792089237316195423570985008687907853269984665640564039457584007913129639935, 
        "37ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff"
    ], 
    [
        115792089237316195423570985008687907853269984665640564039457584007913129639936, 
        "3821010000000000000000000000000000000000000000000000000000000000000000"
    ], 
    [
        [ 1, 2, [] ], 
        "83010280"
    ], 
    [
        [ [ [], [] ], [] ], 
        "8282808080"
    ], 
    [
        [ "zw", [ 4 ], "wz" ], 
        "83427a77810442777a"
    ]
]