summaryrefslogtreecommitdiffstats
path: root/test/datafile_simple.25
blob: db330d16254a613cab721470406ce3258e5f6b99 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
             a=1 b=2
 key   0:1   ^        a
 num   2:3     ^      1
 val   2:3     ^      1
pair   0:3   ^-^      a=1
 key   4:5       ^    b
 num   6:7         ^  2
 val   6:7         ^  2
pair   4:7       ^-^  b=2
msg         :a=1 b=2
format      :a=# b=#
{
    "a": 1,
    "b": 2
}