Skip to content

Instantly share code, notes, and snippets.

@colintoh
Last active July 17, 2022 14:24
Show Gist options
  • Save colintoh/50d7d323a1759b1df33f07985eb62193 to your computer and use it in GitHub Desktop.
Save colintoh/50d7d323a1759b1df33f07985eb62193 to your computer and use it in GitHub Desktop.
Sample Data to Pass to Server
{
"result": [
/* Paragraph 1 */
{
"sentences": [
{
"text": "...",
"meta": {}
},
{
"text": "...",
"meta": {}
}
]
},
/* Paragraph 2 */
{
"sentences": [
{
"text": "...",
"meta": {}
},
{
"text": "...",
"meta": {}
}
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment