10 lines
180 B
JSON
10 lines
180 B
JSON
{
|
|
"name": "John Doe",
|
|
"age": 30,
|
|
"isStudent": false,
|
|
"hobbies": ["reading", "coding"]
|
|
"address": {
|
|
"city": "Seoul",
|
|
"zipcode": "12345"
|
|
}
|
|
} |