aboutsummaryrefslogtreecommitdiff
path: root/exec/java-exec/src/test/resources/scan_json_test_2.json
blob: ce46bbf5cf5b985571991d0faa20d97cb95989e1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
    "test": 123,
    "b": 1,
    "c": 2.15,
    "bool": true,
    "str1": "test1"
}
{
    "test": 1234,
    "b": 3,
    "d": 4,
    "bool": false,
    "str1": "test2"
}
{
    "test": 12345,
    "c": 5.16,
    "d": 6,
    "bool": true,
    "str2": "test3"
}