mirror of
https://github.com/crystalidea/qt6windows7.git
synced 2025-01-23 20:34:31 +08:00
16 lines
272 B
JSON
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" }
|
|
]
|
|
}
|