9 lines
247 B
JSON
9 lines
247 B
JSON
{
|
|
"name": "Tom Hardy",
|
|
"photo": "https://example.com/tom.jpg",
|
|
"bio": "English actor known for versatile roles",
|
|
"birthDate": "1977-09-15",
|
|
"birthPlace": "Hammersmith, London, England",
|
|
"occupations": ["Actor", "Producer", "Writer"]
|
|
}
|