b.json 100 Bytes
Newer Older
Kai Chen's avatar
Kai Chen committed
1
2
3
4
5
6
7
8
{
    "item1": [1, 2],
    "item2": {
        "a": 0
    },
    "item3": true,
    "item4": "test"
}