Last active
April 4, 2024 10:18
-
-
Save tsh-code/9547a4fa56f397e03df47378f489bf33 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"text": "Lisa Turner", | |
"person": { | |
"firstName": "lisa", | |
"lastName": "turner", | |
"honorific": "", | |
"presumed_gender": "female" | |
} | |
}, | |
{ | |
"text": "Mark Davis", | |
"person": { | |
"firstName": "mark", | |
"lastName": "davis", | |
"honorific": "", | |
"presumed_gender": null | |
} | |
}, | |
{ | |
"text": "Lisa", | |
"person": { | |
"firstName": "lisa", | |
"lastName": "", | |
"honorific": "", | |
"presumed_gender": "female" | |
} | |
}, | |
{ | |
"text": "Mark", | |
"person": { | |
"firstName": "mark", | |
"lastName": "", | |
"honorific": "", | |
"presumed_gender": null | |
} | |
} | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment