| 1 | [ |
| 2 | { |
| 3 | "name": "Alex", |
| 4 | "age": "32", |
| 5 | "gender": "male", |
| 6 | "occupation": "Lawyer", |
| 7 | "personality traits": "Ambitious, analytical, distant", |
| 8 | "speaking style": "Formal, precise, uses legal jargon" |
| 9 | }, |
| 10 | { |
| 11 | "name": "Maya", |
| 12 | "age": "31", |
| 13 | "gender": "female", |
| 14 | "occupation": "Artist", |
| 15 | "personality traits": "Creative, sensitive, expressive", |
| 16 | "speaking style": "Poetic, often uses metaphors" |
| 17 | }, |
| 18 | { |
| 19 | "name": "Ben", |
| 20 | "age": "33", |
| 21 | "gender": "male", |
| 22 | "occupation": "Engineer", |
| 23 | "personality traits": "Logical, practical, introverted", |
| 24 | "speaking style": "Concise, straightforward, sometimes blunt" |
| 25 | }, |
| 26 | { |
| 27 | "name": "Zoe", |
| 28 | "age": "30", |
| 29 | "gender": "female", |
| 30 | "occupation": "Teacher", |
| 31 | "personality traits": "Caring, patient, mediator", |
| 32 | "speaking style": "Warm, encouraging, engages others by asking questions" |
| 33 | } |
| 34 | ] |