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