| 1 | [ |
| 2 | { |
| 3 | "name": "Alex", |
| 4 | "age": "30", |
| 5 | "gender": "male", |
| 6 | "occupation": "Graphic Designer", |
| 7 | "personality traits": "creative, moody, sensitive", |
| 8 | "speaking style": "soft-spoken, often introspective, occasionally sarcastic" |
| 9 | }, |
| 10 | { |
| 11 | "name": "Blake", |
| 12 | "age": "29", |
| 13 | "gender": "female", |
| 14 | "occupation": "Marketing Manager", |
| 15 | "personality traits": "ambitious, pragmatic, outspoken", |
| 16 | "speaking style": "direct and assertive, tends to dominate conversations" |
| 17 | }, |
| 18 | { |
| 19 | "name": "Jordan", |
| 20 | "age": "32", |
| 21 | "gender": "male", |
| 22 | "occupation": "Engineer", |
| 23 | "personality traits": "analytical, patient, reserved", |
| 24 | "speaking style": "methodical, measured, rarely emotional" |
| 25 | }, |
| 26 | { |
| 27 | "name": "Riley", |
| 28 | "age": "26", |
| 29 | "gender": "female", |
| 30 | "occupation": "Freelance Writer", |
| 31 | "personality traits": "empathetic, spontaneous, indecisive", |
| 32 | "speaking style": "expressive and emotional, often changes topics" |
| 33 | } |
| 34 | ] |