forked from openlp/openlp
11 lines
186 B
JSON
11 lines
186 B
JSON
{
|
||
"title": "Some Song",
|
||
"authors": [
|
||
["Author", "words"]
|
||
],
|
||
"verses" : [
|
||
["Here are a couple of \"weird\" chars’’’.\n", "v"],
|
||
["Here is another one….\n\n", "v"]
|
||
]
|
||
}
|