Skip to content

Instantly share code, notes, and snippets.

@tsh-code
Last active April 4, 2024 10:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tsh-code/9547a4fa56f397e03df47378f489bf33 to your computer and use it in GitHub Desktop.
Save tsh-code/9547a4fa56f397e03df47378f489bf33 to your computer and use it in GitHub Desktop.
[
{
"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