{{
"resources": {{
"font": {{
"MaruGo": {{
"src": "{fonts}/GenJyuuGothic-Bold.ttf"
}},
"KakuGo": {{
"src": "{fonts}/NotoSansCJKjp-Black.otf"
}}
}}
}},
"template": "{template}",
"context": [
{{
"ブランド名": "{brand[0]}",
"商品名": "{name[0]}",
"サイズなど": "{remark[0]}",
"金額": "{price[0]:,d}"
}},
{{
"ブランド名": "{brand[1]}",
"商品名": "{name[1]}",
"サイズなど": "{remark[1]}",
"金額": "{price[1]:,d}"
}},
{{
"ブランド名": "{brand[2]}",
"商品名": "{name[2]}",
"サイズなど": "{remark[2]}",
"金額": "{price[2]:,d}"
}},
{{
"ブランド名": "{brand[3]}",
"商品名": "{name[3]}",
"サイズなど": "{remark[3]}",
"金額": "{price[3]:,d}"
}},
{{
"ブランド名": "{brand[4]}",
"商品名": "{name[4]}",
"サイズなど": "{remark[4]}",
"金額": "{price[4]:,d}"
}}
],
"style": [
{{"*.ブランド名": {{
"font": "MaruGo",
"font-size": 30,
"text-align": "Justify",
"text-justify": "Stretch",
"multiline": false
}}}},
{{"*.商品名": {{
"font": "MaruGo",
"font-size": 12
}}}},
{{"*.サイズなど": {{
"font": "MaruGo",
"font-size": 10
}}}},
{{"*.金額": {{
"font": "MaruGo",
"font-size": 38,
"font-kerning": true,
"text-align": "Right",
"text-align": "Justify",
"text-justify": "Stretch",
"color": [237, 28, 36]
}}}}
]
}}