| 1 | [ |
| 2 | { |
| 3 | "name": "Sam", |
| 4 | "age": "35", |
| 5 | "gender": "male", |
| 6 | "occupation": "Accountant", |
| 7 | "personality traits": "Introverted, meticulous, secretly adventurous", |
| 8 | "speaking style": "Soft-spoken, thoughtful pauses, formal language" |
| 9 | }, |
| 10 | { |
| 11 | "name": "Lily", |
| 12 | "age": "32", |
| 13 | "gender": "female", |
| 14 | "occupation": "Teacher", |
| 15 | "personality traits": "Kind-hearted, imaginative, yearning for change", |
| 16 | "speaking style": "Warm, encouraging, often uses metaphors" |
| 17 | }, |
| 18 | { |
| 19 | "name": "Max", |
| 20 | "age": "28", |
| 21 | "gender": "male", |
| 22 | "occupation": "Barista", |
| 23 | "personality traits": "Creative, restless, spontaneous", |
| 24 | "speaking style": "Casual, humorous, quick-witted" |
| 25 | }, |
| 26 | { |
| 27 | "name": "Rose", |
| 28 | "age": "40", |
| 29 | "gender": "female", |
| 30 | "occupation": "Lawyer", |
| 31 | "personality traits": "Intelligent, decisive, feels trapped in her career", |
| 32 | "speaking style": "Assertive, precise, no-nonsense" |
| 33 | } |
| 34 | ] |