{5 items"name":"John Doe"
"age":30
"email":"john@example.com"
"address":{2 items"city":"New York"
"country":"USA"
}
"hobbies":[3 items0:"reading"
1:"coding"
2:"traveling"
]
}
{
"name": "John Doe",
"age": 30,
"email": "john@example.com",
"address": {
"city": "New York",
"country": "USA"
},
"hobbies": [
"reading",
"coding",
"traveling"
]
}
当前数据预览:
{
"name": "John Doe",
"age": 30,
"email": "john@example.com",
"address": {
"city": "New York",
"country": "USA"
},
"hobbies": [
"reading",
"coding",
"traveling"
]
}