| 1 | [ |
| 2 | { |
| 3 | "name": "Alex", |
| 4 | "age": "35", |
| 5 | "gender": "male", |
| 6 | "occupation": "Software Developer", |
| 7 | "personality traits": "introverted, meticulous, hardworking, loyal", |
| 8 | "speaking style": "calm, precise, tends to use technical jargon" |
| 9 | }, |
| 10 | { |
| 11 | "name": "Morgan", |
| 12 | "age": "42", |
| 13 | "gender": "female", |
| 14 | "occupation": "HR Manager", |
| 15 | "personality traits": "empathetic, firm, diplomatic, organized", |
| 16 | "speaking style": "warm, professional, avoids confrontation but clear in communication" |
| 17 | }, |
| 18 | { |
| 19 | "name": "Jamie", |
| 20 | "age": "29", |
| 21 | "gender": "non-binary", |
| 22 | "occupation": "Graphic Designer", |
| 23 | "personality traits": "creative, energetic, supportive, open-minded", |
| 24 | "speaking style": "expressive, often uses design metaphors, informal" |
| 25 | }, |
| 26 | { |
| 27 | "name": "Pat", |
| 28 | "age": "48", |
| 29 | "gender": "female", |
| 30 | "occupation": "Team Lead", |
| 31 | "personality traits": "decisive, pragmatic, ambitious, compassionate", |
| 32 | "speaking style": "authoritative, straightforward, motivational" |
| 33 | } |
| 34 | ] |