PrismLauncher/tests/testdata/MetaComponentParse/component_with_format.json

13 lines
302 B
JSON
Raw Normal View History

{
"description": [
{
"text": "Hello, Component!",
"color": "blue",
"bold": true,
"italic": true,
"underlined": true,
"strikethrough": true
}
],
"expected_output": "<font color=\"blue\"><b><i><u><s>Hello, Component!</s></u></i></b></font>"
}