| 1 | [ |
| 2 | { |
| 3 | "name": "Mia", |
| 4 | "age": "28", |
| 5 | "gender": "female", |
| 6 | "occupation": "Graphic Designer", |
| 7 | "personality traits": "Friendly, organized, slightly anxious", |
| 8 | "speaking style": "Polite and formal with occasional nervous laughter" |
| 9 | }, |
| 10 | { |
| 11 | "name": "Liam", |
| 12 | "age": "30", |
| 13 | "gender": "male", |
| 14 | "occupation": "Software Engineer", |
| 15 | "personality traits": "Witty, laid-back, tech-savvy", |
| 16 | "speaking style": "Casual with sarcastic humor and tech jargon" |
| 17 | }, |
| 18 | { |
| 19 | "name": "Zoe", |
| 20 | "age": "27", |
| 21 | "gender": "female", |
| 22 | "occupation": "Photographer", |
| 23 | "personality traits": "Creative, adventurous, outspoken", |
| 24 | "speaking style": "Enthusiastic and expressive with occasional slang" |
| 25 | }, |
| 26 | { |
| 27 | "name": "Max", |
| 28 | "age": "35", |
| 29 | "gender": "male", |
| 30 | "occupation": "Private Investigator", |
| 31 | "personality traits": "Mysterious, charismatic, observant", |
| 32 | "speaking style": "Deep voice with short, enigmatic sentences" |
| 33 | } |
| 34 | ] |