summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/serialization/json/test3.duplicates.json
blob: c635a2523f71b334556487a624c01235d89fb77a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
    "a": "John",
    "a": "Smith",
    "a": 25,
    "a": {
        "a": "21 2nd Street",
        "a": "New York",
        "a": "NY",
        "a": "10021"
    },
    "a": [
        { "a": "home", "a": "212 555-1234" },
        { "a": "fax", "a": "646 555-4567" }
    ]
}