Files
Source/pythonSource/Basic/test.json
T
2026-05-26 22:31:40 +09:00

10 lines
180 B
JSON

{
"name": "John Doe",
"age": 30,
"isStudent": false,
"hobbies": ["reading", "coding"]
"address": {
"city": "Seoul",
"zipcode": "12345"
}
}