aboutsummaryrefslogtreecommitdiff
path: root/test-suite/tests/valid/array-mixed-types-strings-and-ints.json
blob: 8ae322ed48f9717c019715c8463dead00dae61e7 (plain)
1
2
3
4
5
6
7
8
9
{
    "strings-and-ints": {
        "type": "array",
        "value": [
            {"type": "string", "value": "hi"},
            {"type": "integer", "value": "42"}
        ]
    }
}