13 lines
459 B
JSON
13 lines
459 B
JSON
{
|
|
"title": "Julius Caesar",
|
|
"characters": [
|
|
"Mark Antony",
|
|
"Julius Caesar"
|
|
],
|
|
"messages":
|
|
[
|
|
{ "character": 0, "text": "Sire! Forgive my informal message. We must speak."},
|
|
{ "character": 1, "text": "What is the meaning of this? What is so urgent it cannot wait for our usual meeting? Speak plainly and get to the pooint. I have more important matters to attend to than deciphering vague missives."}
|
|
]
|
|
}
|