1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
"single": {
"&": "join_core",
"list": "^@.one"
},
"two": {
"&": "join_core",
"list": "^@.two"
},
"three": {
"&": "join_core",
"list": "^@.three"
},
"custom": {
"&": "join_core",
"list": "^@.three",
"separator": " and ",
"lastseparator": " but also "
}
}
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX