11 lines
220 B
JSON
11 lines
220 B
JSON
{
|
|
{{?it.colorA}}
|
|
"colorA": {{=JSON.stringify(it.colorA)}},
|
|
{{?}}
|
|
{{?it.colorB}}
|
|
"colorB": {{=JSON.stringify(it.colorB)}},
|
|
{{?}}
|
|
"name": {{=JSON.stringify(it.text[0])}},
|
|
"value": {{=JSON.stringify(it.text[1])}}
|
|
}
|