aboutsummaryrefslogtreecommitdiff
path: root/tests/valid/table-array-implicit.json
blob: 32e464012d63d21251e3195ec5aa45c4f8f6dda0 (plain)
1
2
3
4
5
6
7
{
    "albums": {
       "songs": [
           {"name": {"type": "string", "value": "Glory Days"}}
       ]
    }
}