qt6windows7/tests/auto/corelib/serialization/json/test3.duplicates.json
2023-10-29 23:33:08 +01:00

16 lines
272 B
JSON

{
"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" }
]
}