| # Example 1
{{=BEAUTIFY({"a": ["hello", XML("world")], "b": (1, 2)})}}
{"a": ["hello", XML("world")], "b": (1, 2)}
# the XML representation of
<table>
<tr><td>a</td><td>:</td><td>hello<br />world</td></tr>
<tr><td>b</td><td>:</td><td>1<br />2</td></tr>
</table> |