blob: ce46bbf5cf5b985571991d0faa20d97cb95989e1 [file] [log] [blame]
{
"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"
}