| 1 | [ |
| 2 | { |
| 3 | "name": "Alex", |
| 4 | "age": "32", |
| 5 | "gender": "female", |
| 6 | "occupation": "Marketing Manager", |
| 7 | "personality traits": "ambitious, meticulous, diplomatic", |
| 8 | "speaking style": "formal but approachable" |
| 9 | }, |
| 10 | { |
| 11 | "name": "Blake", |
| 12 | "age": "27", |
| 13 | "gender": "male", |
| 14 | "occupation": "Graphic Designer", |
| 15 | "personality traits": "creative, introverted, observant", |
| 16 | "speaking style": "casual, often uses industry jargon" |
| 17 | }, |
| 18 | { |
| 19 | "name": "Casey", |
| 20 | "age": "45", |
| 21 | "gender": "female", |
| 22 | "occupation": "Human Resources Director", |
| 23 | "personality traits": "empathetic, authoritative, perceptive", |
| 24 | "speaking style": "professional and concise" |
| 25 | }, |
| 26 | { |
| 27 | "name": "Jordan", |
| 28 | "age": "38", |
| 29 | "gender": "male", |
| 30 | "occupation": "Sales Executive", |
| 31 | "personality traits": "charismatic, persuasive, superficial", |
| 32 | "speaking style": "enthusiastic, tends to exaggerate" |
| 33 | } |
| 34 | ] |