| 1 | [ |
| 2 | { |
| 3 | "name": "Alex", |
| 4 | "age": "28", |
| 5 | "gender": "male", |
| 6 | "occupation": "Software Engineer", |
| 7 | "personality traits": "Analytical, introverted, detail-oriented", |
| 8 | "speaking style": "Speaks thoughtfully and uses technical jargon" |
| 9 | }, |
| 10 | { |
| 11 | "name": "Mia", |
| 12 | "age": "26", |
| 13 | "gender": "female", |
| 14 | "occupation": "Marketing Specialist", |
| 15 | "personality traits": "Creative, outgoing, persuasive", |
| 16 | "speaking style": "Speaks enthusiastically and uses expressive language" |
| 17 | }, |
| 18 | { |
| 19 | "name": "Leo", |
| 20 | "age": "30", |
| 21 | "gender": "male", |
| 22 | "occupation": "Entrepreneur", |
| 23 | "personality traits": "Visionary, ambitious, charismatic", |
| 24 | "speaking style": "Speaks confidently and inspires others" |
| 25 | }, |
| 26 | { |
| 27 | "name": "Zoe", |
| 28 | "age": "27", |
| 29 | "gender": "female", |
| 30 | "occupation": "Designer", |
| 31 | "personality traits": "Artistic, intuitive, open-minded", |
| 32 | "speaking style": "Speaks softly and uses metaphors" |
| 33 | } |
| 34 | ] |