summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/json/test3.json
blob: 48cb29a47f124f2507ffbb7c000632a85b3ea42e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
    "firstName": "John",
    "lastName" : "Smith",
    "age"      : 25,
    "address"  : {
        "streetAddress": "21 2nd Street",
        "city"         : "New York",
        "state"        : "NY",
        "postalCode"   : "10021"
    },
    "phoneNumber": [
        { "type"  : "home", "number": "212 555-1234" },
        { "type"  : "fax", "number": "646 555-4567" }
    ]
}