summaryrefslogtreecommitdiffstats
path: root/tests/benchmarks/corelib/json/numbers.json
blob: 469156a78a3d8e30c336cd73d89c912a8b56c0fc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
[
    {
        "integer": 1234567890,
        "real": -9876.543210,
        "e": 0.123456789e-12,
        "E": 1.234567890E+34,
        "":  23456789012E66,
        "zero": 0,
        "one": 1
     },
     [
        -1234567890,
        -1234567890,
        -1234567890,
        1234567890,
        1234567890,
        1234567890
     ]
]