Last active
July 17, 2022 14:24
-
-
Save colintoh/50d7d323a1759b1df33f07985eb62193 to your computer and use it in GitHub Desktop.
Sample Data to Pass to Server
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
{ | |
"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