qt6windows7/tests/auto/corelib/serialization/json/test3.duplicates.json

16 lines
272 B
JSON
Raw Normal View History

2023-10-30 06:33:08 +08:00
{
"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" }
]
}